1 #ifndef _USR_AUTOBOOT_H
2 #define _USR_AUTOBOOT_H
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 */