summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/include/gpxe/timer2.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/arch/i386/include/gpxe/timer2.h')
-rw-r--r--gpxe/src/arch/i386/include/gpxe/timer2.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/gpxe/src/arch/i386/include/gpxe/timer2.h b/gpxe/src/arch/i386/include/gpxe/timer2.h
deleted file mode 100644
index 8f119515..00000000
--- a/gpxe/src/arch/i386/include/gpxe/timer2.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef _GPXE_TIMER2_H
-#define _GPXE_TIMER2_H
-
-/** @file
- *
- * Timer chip control
- *
- */
-
-FILE_LICENCE ( GPL2_OR_LATER );
-
-extern void timer2_udelay ( unsigned long usecs );
-
-#endif /* _GPXE_TIMER2_H */