blob: 16a099134a8aebb10b952a3c56fd7bf65deeef9a [file] [log] [blame]
#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 */