summaryrefslogtreecommitdiffstats
path: root/src/VBox/Devices/PC/ipxe/src/include/usr/ibmgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Devices/PC/ipxe/src/include/usr/ibmgmt.h')
-rw-r--r--src/VBox/Devices/PC/ipxe/src/include/usr/ibmgmt.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/VBox/Devices/PC/ipxe/src/include/usr/ibmgmt.h b/src/VBox/Devices/PC/ipxe/src/include/usr/ibmgmt.h
new file mode 100644
index 00000000..16a09913
--- /dev/null
+++ b/src/VBox/Devices/PC/ipxe/src/include/usr/ibmgmt.h
@@ -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 */