2005-04-16 16:20:36 -06:00
|
|
|
#ifndef _ASMi386_TIMER_H
|
|
|
|
#define _ASMi386_TIMER_H
|
|
|
|
#include <linux/init.h>
|
2005-09-03 16:57:07 -06:00
|
|
|
#include <linux/pm.h>
|
2005-04-16 16:20:36 -06: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-05-31 20:03:46 -06:00
|
|
|
extern int recalibrate_cpu_khz(void);
|
2005-04-16 16:20:36 -06:00
|
|
|
|
|
|
|
#endif
|