|
|
| File: [Development] / linux-2.6-xfs / include / asm-i386 / Attic / timer.h (download)
Revision 1.10, Fri Oct 13 17:03:09 2006 UTC (11 years ago) by tes.longdrop.melbourne.sgi.com
Merge up to 2.6.18 Merge of 2.6.x-xfs-melb:linux:27192b by kenmcd. |
#ifndef _ASMi386_TIMER_H #define _ASMi386_TIMER_H #include <linux/init.h> #include <linux/pm.h> #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; extern int recalibrate_cpu_khz(void); #endif