Merge to Fedora kernel-2.6.18-1.2224_FC5 patched with stable patch-2.6.18.1-vs2.0...
[linux-2.6.git] / include / asm-i386 / timer.h
1 #ifndef _ASMi386_TIMER_H
2 #define _ASMi386_TIMER_H
3 #include <linux/init.h>
4 #include <linux/pm.h>
5
6 #define TICK_SIZE (tick_nsec / 1000)
7 void setup_pit_timer(void);
8 /* Modifiers for buggy PIT handling */
9 extern int pit_latch_buggy;
10 extern int timer_ack;
11 extern int recalibrate_cpu_khz(void);
12
13 #endif