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