Files
linux-apfs/include/asm-i386/timer.h
T

17 lines
410 B
C
Raw Normal View History

2005-04-16 15:20:36 -07:00
#ifndef _ASMi386_TIMER_H
#define _ASMi386_TIMER_H
#include <linux/init.h>
2005-09-03 15:57:07 -07:00
#include <linux/pm.h>
2005-04-16 15:20:36 -07: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;
2007-02-13 13:26:21 +01:00
extern int no_timer_check;
2007-02-13 13:26:21 +01:00
extern unsigned long long (*custom_sched_clock)(void);
extern int no_sync_cmos_clock;
2005-05-31 19:03:46 -07:00
extern int recalibrate_cpu_khz(void);
2005-04-16 15:20:36 -07:00
#endif