From 033f4c92ca86834e44cb3c2a75cdc87cdef80cf9 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 11 Mar 2013 18:38:42 +0000 Subject: [autoboot] Split main control flow out of main() into a new function ipxe() Signed-off-by: Michael Brown --- src/include/usr/autoboot.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/usr') diff --git a/src/include/usr/autoboot.h b/src/include/usr/autoboot.h index 25b9f073d..cfa4c41eb 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 ); -- cgit v1.2.3-55-g7522