david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/include/gpxe/ibft.h

12 lines
227 B
C
Raw Normal View History

2006-12-08 17:16:21 +01:00
#ifndef _GPXE_IBFT_H
#define _GPXE_IBFT_H
/* Placeholder file */
static inline int ibft_fill_data ( struct net_device *netdev __unused,
2006-12-21 19:42:51 +01:00
struct iscsi_session *iscsi __unused ) {
2006-12-08 17:16:21 +01:00
return 0;
}
#endif /* _GPXE_IBFT_H */