aboutsummaryrefslogtreecommitdiffstats
path: root/roms/ipxe/src/config/reboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/ipxe/src/config/reboot.h')
-rw-r--r--roms/ipxe/src/config/reboot.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/ipxe/src/config/reboot.h b/roms/ipxe/src/config/reboot.h
new file mode 100644
index 00000000..240ef87b
--- /dev/null
+++ b/roms/ipxe/src/config/reboot.h
@@ -0,0 +1,16 @@
+#ifndef CONFIG_REBOOT_H
+#define CONFIG_REBOOT_H
+
+/** @file
+ *
+ * Reboot API configuration
+ *
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER );
+
+#include <config/defaults.h>
+
+#include <config/local/reboot.h>
+
+#endif /* CONFIG_REBOOT_H */