diff options
author | Michael Brown | 2013-03-11 19:38:42 +0100 |
---|---|---|
committer | Michael Brown | 2013-03-13 23:24:13 +0100 |
commit | 033f4c92ca86834e44cb3c2a75cdc87cdef80cf9 (patch) | |
tree | 0bb54bb20a11e2bed4bde9d0c3f0ee96b37bd1f8 /src/include/usr | |
parent | [efi] Update to latest EDK2 headers (diff) | |
download | ipxe-033f4c92ca86834e44cb3c2a75cdc87cdef80cf9.tar.gz ipxe-033f4c92ca86834e44cb3c2a75cdc87cdef80cf9.tar.xz ipxe-033f4c92ca86834e44cb3c2a75cdc87cdef80cf9.zip |
[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')
-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 25b9f073..cfa4c41e 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 ); |