mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 20:40:25 +03:00
[infiniband] Add "ibstat" command
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
16
src/include/usr/ibmgmt.h
Normal file
16
src/include/usr/ibmgmt.h
Normal 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 */
|
||||
Reference in New Issue
Block a user