xref: /linux/net/rds/loop.h (revision a8fe58cec351c25e09c393bf46117c0c47b5a17c)
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
10