diff options
author | Michael Brown <mcb30@ipxe.org> | 2013-03-11 18:38:42 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2013-03-13 22:24:13 +0000 |
commit | 033f4c92ca86834e44cb3c2a75cdc87cdef80cf9 (patch) | |
tree | 0bb54bb20a11e2bed4bde9d0c3f0ee96b37bd1f8 /src/include/usr/autoboot.h | |
parent | 1025835d802978a16af456deca7a95265ba13af9 (diff) | |
download | ipxe-033f4c92ca86834e44cb3c2a75cdc87cdef80cf9.zip ipxe-033f4c92ca86834e44cb3c2a75cdc87cdef80cf9.tar.gz ipxe-033f4c92ca86834e44cb3c2a75cdc87cdef80cf9.tar.bz2 |
[autoboot] Split main control flow out of main() into a new function ipxe()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/usr/autoboot.h')
-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 25b9f07..cfa4c41 100644 --- a/src/include/usr/autoboot.h +++ b/src/include/usr/autoboot.h @@ -31,6 +31,7 @@ extern struct uri * fetch_next_server_and_filename ( struct settings *settings ); extern int netboot ( struct net_device *netdev ); extern int autoboot ( void ); +extern void ipxe ( struct net_device *netdev ); extern int pxe_menu_boot ( struct net_device *netdev ); |