http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add placeholder ibft.h
[people/xl0/gpxe.git]
/
src
/
include
/
gpxe
/
ibft.h
1
#ifndef _GPXE_IBFT_H
2
#define _GPXE_IBFT_H
3
4
/* Placeholder file */
5
6
static inline int ibft_fill_data ( struct net_device *netdev __unused,
7
const char *initiator_iqn __unused,
8
struct sockaddr_tcpip *st_target __unused,
9
const char *target_iqn __unused ) {
10
return 0;
11
}
12
13
#endif /* _GPXE_IBFT_H */