summaryrefslogtreecommitdiffstats
path: root/debian/grub-extras/disabled/gpxe/src/include/gpxe/ib_cmrc.h
blob: efa741accf564e9f6eff43a419a84e7fd0890aa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef _GPXE_IB_CMRC_H
#define _GPXE_IB_CMRC_H

/** @file
 *
 * Infiniband Communication-managed Reliable Connections
 *
 */

FILE_LICENCE ( BSD2 );

#include <gpxe/infiniband.h>
#include <gpxe/xfer.h>

extern int ib_cmrc_open ( struct xfer_interface *xfer,
			  struct ib_device *ibdev,
			  struct ib_gid *dgid,
			  struct ib_gid_half *service_id );

#endif /* _GPXE_IB_CMRC_H */