[infiniband] Add "ibstat" command

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2016-03-08 15:49:52 +00:00
parent 6a3ffa0114
commit 299fdabe48
5 changed files with 165 additions and 0 deletions

16
src/include/usr/ibmgmt.h Normal file
View File

@@ -0,0 +1,16 @@
#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 */