1 #ifndef _IPXE_IB_SERVICE_H
2 #define _IPXE_IB_SERVICE_H
3 
4 /** @file
5  *
6  * Infiniband service records
7  *
8  */
9 
10 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11 
12 #include <ipxe/infiniband.h>
13 #include <ipxe/ib_mi.h>
14 
15 extern struct ib_mad_transaction *
16 ib_create_service_madx ( struct ib_device *ibdev,
17 			 struct ib_mad_interface *mi, const char *name,
18 			 struct ib_mad_transaction_operations *op );
19 
20 #endif /* _IPXE_IB_SERVICE_H */
21