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