Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
0fc3f26c14e9a24896246d81e2b51b176c968d8b
/
.
/
src
/
kernel
/
timer.h
blob: 50297c4f071dfd2da2da08aac4452fc4ddfcca79 [
file
] [
log
] [
blame
]
swissChili
defeb0d
2021-02-18 15:28:36 -0800
[
diff
] [
blame
]
1
#pragma
once
2
3
#include
"kint.h"
4
5
#define
TIMER_FREQ
1193180
6
7
void
init_timer
(
uint
hz
);