diff options
| author | Michael Brown | 2006-12-08 17:16:21 +0100 |
|---|---|---|
| committer | Michael Brown | 2006-12-08 17:16:21 +0100 |
| commit | 72b1629cee585d8aed339dcf8cb7272034b7a72c (patch) | |
| tree | f692ddefd019a95d774a7dd1ff6598e88697fbac /src/include/gpxe/ibft.h | |
| parent | Use root-path option (as per RFC 4173) rather than filename option to (diff) | |
| download | ipxe-72b1629cee585d8aed339dcf8cb7272034b7a72c.tar.gz ipxe-72b1629cee585d8aed339dcf8cb7272034b7a72c.tar.xz ipxe-72b1629cee585d8aed339dcf8cb7272034b7a72c.zip | |
Add placeholder ibft.h
Diffstat (limited to 'src/include/gpxe/ibft.h')
| -rw-r--r-- | src/include/gpxe/ibft.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/include/gpxe/ibft.h b/src/include/gpxe/ibft.h new file mode 100644 index 000000000..ad44c7f79 --- /dev/null +++ b/src/include/gpxe/ibft.h @@ -0,0 +1,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 */ |
