Files
linux-apfs/include/asm-alpha/8253pit.h
T

11 lines
129 B
C
Raw Normal View History

2005-04-16 15:20:36 -07:00
/*
* 8253/8254 Programmable Interval Timer
*/
#ifndef _8253PIT_H
#define _8253PIT_H
#define PIT_TICK_RATE 1193180UL
#endif