xref: /illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/loop.h (revision 794f0adb050e571bbfde4d2a19b9f88b852079dd)
1 /*
2  * This file contains definitions imported from the OFED rds header loop.h.
3  * Oracle elects to have and use the contents of loop.h under and
4  * governed by the OpenIB.org BSD license.
5  */
6 
7 /*
8  * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
9  */
10 
11 #ifndef _RDSV3_LOOP_H
12 #define	_RDSV3_LOOP_H
13 
14 /* loop.c */
15 extern struct rdsv3_transport rdsv3_loop_transport;
16 
17 void rdsv3_loop_exit(void);
18 
19 #endif /* _RDSV3_LOOP_H */
20