[sundance] Add reset completion check
[gpxe.git] / src / include / usr / autoboot.h
blob1e9647c355907fbbb54a9709b13e285f7f8b7240
1 #ifndef _USR_AUTOBOOT_H
2 #define _USR_AUTOBOOT_H
4 /** @file
6 * Automatic booting
8 */
10 #include <gpxe/in.h>
11 struct net_device;
13 extern int shutdown_exit_flags;
15 extern void autoboot ( void );
16 extern int boot_next_server_and_filename ( struct in_addr next_server,
17 const char *filename );
18 extern int boot_root_path ( const char *root_path );
19 extern int pxe_menu_boot ( struct net_device *netdev );
21 #endif /* _USR_AUTOBOOT_H */