2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-04-09 23:01:27 +00:00
Files
xNBA/src/include/gpxe/ibft.h
2006-12-21 18:42:51 +00:00

12 lines
227 B
C

#ifndef _GPXE_IBFT_H
#define _GPXE_IBFT_H
/* Placeholder file */
static inline int ibft_fill_data ( struct net_device *netdev __unused,
struct iscsi_session *iscsi __unused ) {
return 0;
}
#endif /* _GPXE_IBFT_H */