[contrib] Allow Network Protocol header to display in rom-o-matic
[gpxe.git] / src / include / usr / autoboot.h
blob4ce71ed628cfc2e9f51a91cf564e39fa826fde76
1 #ifndef _USR_AUTOBOOT_H
2 #define _USR_AUTOBOOT_H
4 /** @file
6 * Automatic booting
8 */
10 FILE_LICENCE ( GPL2_OR_LATER );
12 #include <gpxe/in.h>
13 struct net_device;
15 extern int shutdown_exit_flags;
17 extern void autoboot ( void );
18 extern int boot_next_server_and_filename ( struct in_addr next_server,
19 const char *filename );
20 extern int boot_root_path ( const char *root_path );
22 extern int pxe_menu_boot ( struct net_device *netdev );
24 #endif /* _USR_AUTOBOOT_H */