Home | History | Annotate | Download | only in gpxe
      1 #ifndef _GPXE_IB_CMRC_H
      2 #define _GPXE_IB_CMRC_H
      3 
      4 /** @file
      5  *
      6  * Infiniband Communication-managed Reliable Connections
      7  *
      8  */
      9 
     10 FILE_LICENCE ( BSD2 );
     11 
     12 #include <gpxe/infiniband.h>
     13 #include <gpxe/xfer.h>
     14 
     15 extern int ib_cmrc_open ( struct xfer_interface *xfer,
     16 			  struct ib_device *ibdev,
     17 			  struct ib_gid *dgid,
     18 			  struct ib_gid_half *service_id );
     19 
     20 #endif /* _GPXE_IB_CMRC_H */
     21