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-08 16:16:21 +00:00

14 lines
315 B
C

#ifndef _GPXE_IBFT_H
#define _GPXE_IBFT_H
/* Placeholder file */
static inline int ibft_fill_data ( struct net_device *netdev __unused,
const char *initiator_iqn __unused,
struct sockaddr_tcpip *st_target __unused,
const char *target_iqn __unused ) {
return 0;
}
#endif /* _GPXE_IBFT_H */