blob: b70d6e53b303519a7e22ae6eb43e28be6dbd2f4b [file] [log] [blame]
jdl@freescale.coma37c8872005-09-07 15:27:09 -05001#ifndef _ASM_POWERPC_8253PIT_H
2#define _ASM_POWERPC_8253PIT_H
3
Linus Torvalds1da177e2005-04-16 15:20:36 -07004/*
5 * 8253/8254 Programmable Interval Timer
6 */
7
Stephen Rothwell88999ce2005-08-29 14:06:56 +10008#define PIT_TICK_RATE 1193182UL
Linus Torvalds1da177e2005-04-16 15:20:36 -07009
jdl@freescale.coma37c8872005-09-07 15:27:09 -050010#endif /* _ASM_POWERPC_8253PIT_H */