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
Set current working URI to be that of the executable image when
[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
struct iscsi_session *iscsi __unused ) {
8
return 0;
9
}
10
11
#endif /* _GPXE_IBFT_H */