Move header file for usr/autoboot.c to include/usr

This commit is contained in:
Michael Brown
2007-01-10 02:03:20 +00:00
parent d24b80acf2
commit 55e590ab3a
5 changed files with 24 additions and 18 deletions
-12
View File
@@ -1,12 +0,0 @@
#ifndef _GPXE_AUTOBOOT_H
#define _GPXE_AUTOBOOT_H
/** @file
*
* Automatic booting
*
*/
extern void autoboot ( void );
#endif /* _GPXE_AUTOBOOT_H */
+12
View File
@@ -0,0 +1,12 @@
#ifndef _USR_AUTOBOOT_H
#define _USR_AUTOBOOT_H
/** @file
*
* Automatic booting
*
*/
extern void autoboot ( void );
#endif /* _USR_AUTOBOOT_H */