summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/include/ipxe/ib_sma.h
blob: 74003d045aec834cbde674f7e56141a2043ee986 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef _IPXE_IB_SMA_H
#define _IPXE_IB_SMA_H

/** @file
 *
 * Infiniband subnet management agent
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

struct ib_device;
struct ib_mad_interface;

extern int ib_create_sma ( struct ib_device *ibdev,
			   struct ib_mad_interface *mi );
extern void ib_destroy_sma ( struct ib_device *ibdev,
			     struct ib_mad_interface *mi );

#endif /* _IPXE_IB_SMA_H */