diff options
author | Michael Brown <mcb30@ipxe.org> | 2010-11-20 17:20:03 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2010-11-20 17:20:03 +0000 |
commit | 44482851427e26ba6f77485064ef7217b632daac (patch) | |
tree | 09103b15661deba88b6d926867404c0487d0122f /src/include/usr | |
parent | 6fd09b541fbc426057661c7e0da4f39000b6803e (diff) | |
download | ipxe-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.h | 1 |
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 ); |