summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/bits/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/include/bits/timer.h')
-rw-r--r--src/arch/x86/include/bits/timer.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/arch/x86/include/bits/timer.h b/src/arch/x86/include/bits/timer.h
deleted file mode 100644
index b0ff5ee1..00000000
--- a/src/arch/x86/include/bits/timer.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef _BITS_TIMER_H
-#define _BITS_TIMER_H
-
-/** @file
- *
- * x86-specific timer API implementations
- *
- */
-
-FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
-
-#include <ipxe/bios_timer.h>
-#include <ipxe/rdtsc_timer.h>
-
-#endif /* _BITS_TIMER_H */