http://git.etherboot.org
/
people
/
indolent
/
gpxe.git
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix up iscsiboot missing prototype warnings
[people/indolent/gpxe.git/.git]
/
src
/
include
/
usr
/
iscsiboot.h
1
#ifndef _USR_ISCSIBOOT_H
2
#define _USR_ISCSIBOOT_H
3
4
extern int iscsiboot ( const char *root_path );
5
6
#endif /* _USR_ISCSIBOOT_H */