david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/include/ipxe/ib_service.h

21 lines
418 B
C

#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 */