Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
388c571cffc4ae4e64f0786333e811308acbbc10
/
.
/
include
/
asm-mips
/
8253pit.h
blob: 285f78488ccb76f988a020e1730fbbefc251cefb [
file
] [
log
] [
blame
]
Linus Torvalds
1da177e
2005-04-16 15:20:36 -0700
[
diff
] [
blame
]
1
/*
2
* 8253/8254 Programmable Interval Timer
3
*/
4
5
#ifndef
_8253PIT_H
6
#define
_8253PIT_H
7
8
#define
PIT_TICK_RATE
1193182UL
9
10
#endif