summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe
diff options
context:
space:
mode:
authorMichael Brown2007-01-10 03:03:20 +0100
committerMichael Brown2007-01-10 03:03:20 +0100
commit55e590ab3aeac9a7fb5067bcef1e79922d91e67a (patch)
tree4b6cec58e83818b9d71d29cdd4a8d4ef97b5e992 /src/include/gpxe
parentAdded network interface management commands (diff)
downloadipxe-55e590ab3aeac9a7fb5067bcef1e79922d91e67a.tar.gz
ipxe-55e590ab3aeac9a7fb5067bcef1e79922d91e67a.tar.xz
ipxe-55e590ab3aeac9a7fb5067bcef1e79922d91e67a.zip
Move header file for usr/autoboot.c to include/usr
Diffstat (limited to 'src/include/gpxe')
-rw-r--r--src/include/gpxe/autoboot.h12
1 files changed, 0 insertions, 12 deletions
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 */