2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-04-15 01:29:26 +00:00
xNBA/src/include/gpxe/ib_pathrec.h
Michael Brown d6b47871de [infiniband] Provide a general mechanism for path record lookups
Generalise out the path record lookup code from IPoIB.
2009-07-17 23:06:33 +01:00

18 lines
293 B
C

#ifndef _GPXE_IB_PATHREC_H
#define _GPXE_IB_PATHREC_H
/** @file
*
* Infiniband path records
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
#include <gpxe/infiniband.h>
extern int ib_resolve_path ( struct ib_device *ibdev,
struct ib_address_vector *av );
#endif /* _GPXE_IB_PATHREC_H */