8253pit_32.h 159 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5 6 7 8 9 10 11 12
/*
 * 8253/8254 Programmable Interval Timer
 */

#ifndef _8253PIT_H
#define _8253PIT_H

#include <asm/timex.h>

#define PIT_TICK_RATE 	CLOCK_TICK_RATE

#endif