diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/autoboot.h | 12 |
1 files changed, 12 insertions, 0 deletions
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 */ |
