2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-04-08 17:12:58 +00:00
xNBA/src/include/ipxe/ib_cmrc.h
Michael Brown 52e54a8c69 [infiniband] Match GID/GUID terminology as used in the IBA
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2010-09-15 19:25:05 +01:00

21 lines
373 B
C

#ifndef _IPXE_IB_CMRC_H
#define _IPXE_IB_CMRC_H
/** @file
*
* Infiniband Communication-managed Reliable Connections
*
*/
FILE_LICENCE ( BSD2 );
#include <ipxe/infiniband.h>
#include <ipxe/xfer.h>
extern int ib_cmrc_open ( struct interface *xfer,
struct ib_device *ibdev,
union ib_gid *dgid,
union ib_guid *service_id );
#endif /* _IPXE_IB_CMRC_H */