1 #ifndef _USR_AUTOBOOT_H
2 #define _USR_AUTOBOOT_H
10 FILE_LICENCE ( GPL2_OR_LATER
);
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 */