00001 #ifndef _GPXE_IB_SMA_H 00002 #define _GPXE_IB_SMA_H 00003 00004 /** @file 00005 * 00006 * Infiniband subnet management agent 00007 * 00008 */ 00009 00010 FILE_LICENCE ( GPL2_OR_LATER ); 00011 00012 struct ib_device; 00013 struct ib_mad_interface; 00014 00015 extern int ib_create_sma ( struct ib_device *ibdev, 00016 struct ib_mad_interface *mi ); 00017 extern void ib_destroy_sma ( struct ib_device *ibdev, 00018 struct ib_mad_interface *mi ); 00019 00020 #endif /* _GPXE_IB_SMA_H */
1.5.7.1