blob: 862708a749b0fb1383c1d83551fc09ae26e5a2cd [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * 8253/8254 Programmable Interval Timer
3 */
4
5#ifndef _8253PIT_H
6#define _8253PIT_H
7
Stephen Rothwell88999ce2005-08-29 14:06:56 +10008#define PIT_TICK_RATE 1193182UL
Linus Torvalds1da177e2005-04-16 15:20:36 -07009
10#endif