http://git.etherboot.org
/
people
/
indolent
/
gpxe.git
/
.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix up iscsiboot missing prototype warnings
[people/indolent/gpxe.git/.git]
/
src
/
usr
/
iscsiboot.c
diff --git
a/src/tests/iscsiboot.c
b/src/usr/iscsiboot.c
similarity index 97%
rename from
src/tests/iscsiboot.c
rename to
src/usr/iscsiboot.c
index
9331357
..
f3910f1
100644
(file)
--- a/
src/tests/iscsiboot.c
+++ b/
src/usr/iscsiboot.c
@@
-4,6
+4,7
@@
#include <gpxe/iscsi.h>
#include <gpxe/dhcp.h>
#include <int13.h>
+#include <usr/iscsiboot.h>
int iscsiboot ( const char *root_path ) {
struct scsi_device scsi;