Files
ipxe/src/include/usr/ibmgmt.h
Michael Brown 299fdabe48 [infiniband] Add "ibstat" command
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2016-03-08 17:38:06 +00:00

17 lines
234 B
C

#ifndef _USR_IBMGMT_H
#define _USR_IBMGMT_H
/** @file
*
* Infiniband device management
*
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
struct ib_device;
extern void ibstat ( struct ib_device *ibdev );
#endif /* _USR_IBMGMT_H */