Magellan Linux

Contents of /alx-src/tags/kernel26-2.6.12-alx-r9/include/asm-alpha/8253pit.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 630 - (show annotations) (download)
Wed Mar 4 11:03:09 2009 UTC (15 years, 6 months ago) by niro
File MIME type: text/plain
File size: 129 byte(s)
Tag kernel26-2.6.12-alx-r9
1 /*
2 * 8253/8254 Programmable Interval Timer
3 */
4
5 #ifndef _8253PIT_H
6 #define _8253PIT_H
7
8 #define PIT_TICK_RATE 1193180UL
9
10 #endif