From 84202d89f0fa83790a4d3f78119f1fb62c1b3d9b Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 20 Dec 2006 07:04:08 +0000 Subject: Split the (quick hack) boot logic out from main.c to autoboot.c, add a "boot" command to attempt booting from within the command shell, fall back to shell if boot fails for any reason. --- src/include/gpxe/autoboot.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/include/gpxe/autoboot.h (limited to 'src/include') diff --git a/src/include/gpxe/autoboot.h b/src/include/gpxe/autoboot.h new file mode 100644 index 000000000..bea2e4b3a --- /dev/null +++ b/src/include/gpxe/autoboot.h @@ -0,0 +1,12 @@ +#ifndef _GPXE_AUTOBOOT_H +#define _GPXE_AUTOBOOT_H + +/** @file + * + * Automatic booting + * + */ + +extern void autoboot ( void ); + +#endif /* _GPXE_AUTOBOOT_H */ -- cgit v1.2.3-55-g7522