From 55e590ab3aeac9a7fb5067bcef1e79922d91e67a Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 10 Jan 2007 02:03:20 +0000 Subject: Move header file for usr/autoboot.c to include/usr --- src/include/gpxe/autoboot.h | 12 ------------ src/include/usr/autoboot.h | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 src/include/gpxe/autoboot.h create mode 100644 src/include/usr/autoboot.h (limited to 'src/include') diff --git a/src/include/gpxe/autoboot.h b/src/include/gpxe/autoboot.h deleted file mode 100644 index bea2e4b3a..000000000 --- a/src/include/gpxe/autoboot.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef _GPXE_AUTOBOOT_H -#define _GPXE_AUTOBOOT_H - -/** @file - * - * Automatic booting - * - */ - -extern void autoboot ( void ); - -#endif /* _GPXE_AUTOBOOT_H */ diff --git a/src/include/usr/autoboot.h b/src/include/usr/autoboot.h new file mode 100644 index 000000000..4ddeb5bcc --- /dev/null +++ b/src/include/usr/autoboot.h @@ -0,0 +1,12 @@ +#ifndef _USR_AUTOBOOT_H +#define _USR_AUTOBOOT_H + +/** @file + * + * Automatic booting + * + */ + +extern void autoboot ( void ); + +#endif /* _USR_AUTOBOOT_H */ -- cgit v1.2.3-55-g7522