From 299fdabe4848fae1bd4403836e21964c754ea9ef Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 8 Mar 2016 15:49:52 +0000 Subject: [infiniband] Add "ibstat" command Signed-off-by: Michael Brown --- src/include/usr/ibmgmt.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/include/usr/ibmgmt.h (limited to 'src/include') diff --git a/src/include/usr/ibmgmt.h b/src/include/usr/ibmgmt.h new file mode 100644 index 000000000..16a099134 --- /dev/null +++ b/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 */ -- cgit v1.2.3-55-g7522