summaryrefslogtreecommitdiffstats
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.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/arch/i386/include/latch.h b/src/arch/i386/include/latch.h
deleted file mode 100644
index 5000d5826..000000000
--- a/src/arch/i386/include/latch.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#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...
- */
-
-extern unsigned long currticks ( void );
-
-#endif /* LATCH_H */