aboutsummaryrefslogtreecommitdiff
path: root/src/include/usr
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2010-11-20 17:20:03 +0000
committerMichael Brown <mcb30@ipxe.org>2010-11-20 17:20:03 +0000
commit44482851427e26ba6f77485064ef7217b632daac (patch)
tree09103b15661deba88b6d926867404c0487d0122f /src/include/usr
parent6fd09b541fbc426057661c7e0da4f39000b6803e (diff)
downloadipxe-44482851427e26ba6f77485064ef7217b632daac.zip
ipxe-44482851427e26ba6f77485064ef7217b632daac.tar.gz
ipxe-44482851427e26ba6f77485064ef7217b632daac.tar.bz2
[autoboot] Add "netboot" command
Originally-implemented-by: michael-dev@fami-braun.de Signed-off-by: Michael Brown <mcb30@ipxe.org>
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 81b686b..46e3b48 100644
--- a/src/include/usr/autoboot.h
+++ b/src/include/usr/autoboot.h
@@ -14,6 +14,7 @@ struct net_device;
extern int shutdown_exit_flags;
+extern int netboot ( struct net_device *netdev );
extern void autoboot ( void );
extern int boot_next_server_and_filename ( struct in_addr next_server,
const char *filename );