summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/config/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/ipxe/src/config/timer.h')
-rw-r--r--qemu/roms/ipxe/src/config/timer.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/qemu/roms/ipxe/src/config/timer.h b/qemu/roms/ipxe/src/config/timer.h
deleted file mode 100644
index 5a54d398c..000000000
--- a/qemu/roms/ipxe/src/config/timer.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef CONFIG_TIMER_H
-#define CONFIG_TIMER_H
-
-/** @file
- *
- * Timer configuration.
- *
- */
-
-FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
-
-#include <config/defaults.h>
-
-//#undef TIMER_PCBIOS
-//#define TIMER_RDTSC
-
-#include <config/local/timer.h>
-
-#endif /* CONFIG_TIMER_H */