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