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
10FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11
12struct ib_device;
13
14extern void ibstat ( struct ib_device *ibdev );
15
16#endif /* _USR_IBMGMT_H */
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
Definition compiler.h:896
void ibstat(struct ib_device *ibdev)
Print status of Infiniband device.
Definition ibmgmt.c:44
An Infiniband device.
Definition infiniband.h:399