[contrib] Allow Network Protocol header to display in rom-o-matic
[gpxe.git] / src / include / gpxe / ib_smc.h
blobfdd1c9cca63dc68bc984d17f19c95701a325054a
1 #ifndef _GPXE_IB_SMC_H
2 #define _GPXE_IB_SMC_H
4 /** @file
6 * Infiniband Subnet Management Client
8 */
10 FILE_LICENCE ( GPL2_OR_LATER );
12 #include <gpxe/infiniband.h>
14 typedef int ( * ib_local_mad_t ) ( struct ib_device *ibdev,
15 union ib_mad *mad );
17 extern int ib_smc_update ( struct ib_device *ibdev,
18 ib_local_mad_t local_mad );
20 #endif /* _GPXE_IB_SMC_H */