Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / include / asm-alpha / 8253pit.h
blobfef5c1450e471643968802394079689f95213fc9
1 /*
2 * 8253/8254 Programmable Interval Timer
3 */
5 #ifndef _8253PIT_H
6 #define _8253PIT_H
8 #define PIT_TICK_RATE 1193180UL
10 #endif