projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
RDS/IB: Receive datagrams via IB
[linux-2.6]
/
net
/
rds
/
loop.h
1
#ifndef _RDS_LOOP_H
2
#define _RDS_LOOP_H
3
4
/* loop.c */
5
extern struct rds_transport rds_loop_transport;
6
7
void rds_loop_exit(void);
8
9
#endif