mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +03:00
[infiniband] Assign names to CMRC connections
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -12,9 +12,8 @@ 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 );
|
||||
extern int ib_cmrc_open ( struct interface *xfer, struct ib_device *ibdev,
|
||||
union ib_gid *dgid, union ib_guid *service_id,
|
||||
const char *name );
|
||||
|
||||
#endif /* _IPXE_IB_CMRC_H */
|
||||
|
||||
Reference in New Issue
Block a user