Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
4bb0d3ec3e5b1e9e2399cdc641b3b6521ac9cdaa
/
.
/
include
/
asm-i386
/
8253pit.h
blob: 96c7c3592dafd4aca3faa2055e2c2fe5b29de726 [
file
] [
log
] [
blame
]
/*
* 8253/8254 Programmable Interval Timer
*/
#ifndef
_8253PIT_H
#define
_8253PIT_H
#include
<asm/timex.h>
#define
PIT_TICK_RATE CLOCK_TICK_RATE
#endif