iPXE
ibmgmt.h
Go to the documentation of this file.
1 #ifndef _USR_IBMGMT_H
2 #define _USR_IBMGMT_H
3 
4 /** @file
5  *
6  * Infiniband device management
7  *
8  */
9 
10 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11 
12 struct ib_device;
13 
14 extern void ibstat ( struct ib_device *ibdev );
15 
16 #endif /* _USR_IBMGMT_H */
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
An Infiniband device.
Definition: infiniband.h:398
void ibstat(struct ib_device *ibdev)
Print status of Infiniband device.
Definition: ibmgmt.c:44