mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 17:42:47 +03:00
14 lines
315 B
C
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 */
|