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_sma.h

21 lines
402 B
C

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