diff options
author | Michael Brown | 2010-11-20 18:20:03 +0100 |
---|---|---|
committer | Michael Brown | 2010-11-20 18:20:03 +0100 |
commit | 44482851427e26ba6f77485064ef7217b632daac (patch) | |
tree | 09103b15661deba88b6d926867404c0487d0122f /src/include/usr | |
parent | [vlan] Add support for IEEE 802.1Q VLANs (diff) | |
download | ipxe-44482851427e26ba6f77485064ef7217b632daac.tar.gz ipxe-44482851427e26ba6f77485064ef7217b632daac.tar.xz ipxe-44482851427e26ba6f77485064ef7217b632daac.zip |
[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 81b686b5..46e3b481 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 ); |