2005-04-16 22:20:36 +00:00
|
|
|
#ifndef _ASMi386_TIMER_H
|
|
|
|
#define _ASMi386_TIMER_H
|
|
|
|
#include <linux/init.h>
|
2005-09-03 22:57:07 +00:00
|
|
|
#include <linux/pm.h>
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
#define TICK_SIZE (tick_nsec / 1000)
|
|
|
|
void setup_pit_timer(void);
|
|
|
|
/* Modifiers for buggy PIT handling */
|
|
|
|
extern int pit_latch_buggy;
|
|
|
|
extern int timer_ack;
|
2005-06-01 02:03:46 +00:00
|
|
|
extern int recalibrate_cpu_khz(void);
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
#endif
|