~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/ipxe/src/include/ipxe/ib_cmrc.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _IPXE_IB_CMRC_H
 
2
#define _IPXE_IB_CMRC_H
 
3
 
 
4
/** @file
 
5
 *
 
6
 * Infiniband Communication-managed Reliable Connections
 
7
 *
 
8
 */
 
9
 
 
10
FILE_LICENCE ( BSD2 );
 
11
 
 
12
#include <ipxe/infiniband.h>
 
13
#include <ipxe/xfer.h>
 
14
 
 
15
extern int ib_cmrc_open ( struct interface *xfer, struct ib_device *ibdev,
 
16
                          union ib_gid *dgid, union ib_guid *service_id,
 
17
                          const char *name );
 
18
 
 
19
#endif /* _IPXE_IB_CMRC_H */