]> bbs.cooldavid.org Git - net-next-2.6.git/blame - include/asm-i386/timer.h
[PATCH] i386: vMI timer patches
[net-next-2.6.git] / include / asm-i386 / timer.h
CommitLineData
1da177e4
LT
1#ifndef _ASMi386_TIMER_H
2#define _ASMi386_TIMER_H
3#include <linux/init.h>
c3c433e4 4#include <linux/pm.h>
1da177e4 5
1da177e4 6#define TICK_SIZE (tick_nsec / 1000)
1da177e4 7void setup_pit_timer(void);
1da177e4 8/* Modifiers for buggy PIT handling */
1da177e4 9extern int pit_latch_buggy;
1da177e4 10extern int timer_ack;
7ce0bcfd 11extern int no_timer_check;
bbab4f3b
ZA
12extern unsigned long long (*custom_sched_clock)(void);
13extern int no_sync_cmos_clock;
c5d28fb2 14extern int recalibrate_cpu_khz(void);
1da177e4 15
1da177e4 16#endif