aboutsummaryrefslogtreecommitdiff
path: root/src/include/usr/autoboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/autoboot.h')
-rw-r--r--src/include/usr/autoboot.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/usr/autoboot.h b/src/include/usr/autoboot.h
index b64cbb8..1e9647c 100644
--- a/src/include/usr/autoboot.h
+++ b/src/include/usr/autoboot.h
@@ -7,9 +7,15 @@
*
*/
+#include <gpxe/in.h>
+struct net_device;
+
extern int shutdown_exit_flags;
extern void autoboot ( void );
+extern int boot_next_server_and_filename ( struct in_addr next_server,
+ const char *filename );
extern int boot_root_path ( const char *root_path );
+extern int pxe_menu_boot ( struct net_device *netdev );
#endif /* _USR_AUTOBOOT_H */