summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/ibft.h
blob: ad44c7f79c9f04efadb523c1d67227dcb0d24490 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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 */