aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/latch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/include/latch.h')
-rw-r--r--src/arch/i386/include/latch.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/arch/i386/include/latch.h b/src/arch/i386/include/latch.h
new file mode 100644
index 00000000..38a8bd21
--- /dev/null
+++ b/src/arch/i386/include/latch.h
@@ -0,0 +1,10 @@
+#ifndef LATCH_H
+#define LATCH_H
+
+#define TICKS_PER_SEC 18
+
+/* For different calibrators of the TSC move the declaration of
+ * sleep_latch and the definitions of it's length here...
+ */
+
+#endif /* LATCH_H */