summaryrefslogtreecommitdiffstats
path: root/src/include/usr/ibmgmt.h
blob: 16a099134a8aebb10b952a3c56fd7bf65deeef9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 */