aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2008-03-04 17:59:26 +0000
committerMichael Brown <mcb30@etherboot.org>2008-03-04 17:59:26 +0000
commitb08a6f530042cfc0f8be2209cde9fab3d0ab9143 (patch)
tree85441416f1ca65f97d4ba0ef57d3b8f7e955f5d7 /src/include/usr
parent844828cb157491121d6110d903cc84a9e4a75d02 (diff)
downloadipxe-b08a6f530042cfc0f8be2209cde9fab3d0ab9143.tar.gz
[Command] Add "sanboot" command.
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/autoboot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/autoboot.h b/src/include/usr/autoboot.h
index 4ddeb5bcc..b451a8c1c 100644
--- a/src/include/usr/autoboot.h
+++ b/src/include/usr/autoboot.h
@@ -8,5 +8,6 @@
*/
extern void autoboot ( void );
+extern int boot_root_path ( const char *root_path );
#endif /* _USR_AUTOBOOT_H */