summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/ib_service.h
blob: 88afe4e656e840786f3e8583220d5fa309d5db1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef _IPXE_IB_SERVICE_H
#define _IPXE_IB_SERVICE_H

/** @file
 *
 * Infiniband service records
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#include <ipxe/infiniband.h>
#include <ipxe/ib_mi.h>

extern struct ib_mad_transaction *
ib_create_service_madx ( struct ib_device *ibdev,
			 struct ib_mad_interface *mi, const char *name,
			 struct ib_mad_transaction_operations *op );

#endif /* _IPXE_IB_SERVICE_H */