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
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 */