summaryrefslogtreecommitdiff
path: root/gpxe/src/config/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/config/timer.h')
-rw-r--r--gpxe/src/config/timer.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/gpxe/src/config/timer.h b/gpxe/src/config/timer.h
new file mode 100644
index 00000000..7c3f3521
--- /dev/null
+++ b/gpxe/src/config/timer.h
@@ -0,0 +1,15 @@
+#ifndef CONFIG_TIMER_H
+#define CONFIG_TIMER_H
+
+/** @file
+ *
+ * Timer configuration.
+ *
+ */
+
+#include <config/defaults.h>
+
+//#undef TIMER_PCBIOS
+//#define TIMER_RDTSC
+
+#endif /* CONFIG_TIMER_H */