Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-i386 / 8253pit.h
blob96c7c3592dafd4aca3faa2055e2c2fe5b29de726
1 /*
2 * 8253/8254 Programmable Interval Timer
3 */
5 #ifndef _8253PIT_H
6 #define _8253PIT_H
8 #include <asm/timex.h>
10 #define PIT_TICK_RATE CLOCK_TICK_RATE
12 #endif