mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
[autoboot] Split main control flow out of main() into a new function ipxe()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user