]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-i386/timer.h
sata_promise: fix missing PATA cable detection
[linux-2.6-omap-h63xx.git] / include / asm-i386 / timer.h
index d0ebd05f85169e5711a666d309522077a26986ea..4752c3a6a7089580eaf6b18333f26eadc94e18c8 100644 (file)
@@ -8,6 +8,9 @@ void setup_pit_timer(void);
 /* Modifiers for buggy PIT handling */
 extern int pit_latch_buggy;
 extern int timer_ack;
+extern int no_timer_check;
+extern unsigned long long (*custom_sched_clock)(void);
+extern int no_sync_cmos_clock;
 extern int recalibrate_cpu_khz(void);
 
 #endif