kernel_samsung_sm7125/include/asm-alpha/8253pit.h

10 lines
129 B

/*
* 8253/8254 Programmable Interval Timer
*/
#ifndef _8253PIT_H
#define _8253PIT_H
#define PIT_TICK_RATE 1193180UL
#endif