Sign in
akaros
/
upstream
/
7e9ef4d35c9aa707f274b019acaf06b682639f50
/
.
/
kern
/
arch
/
riscv
/
time.h
blob: b237219d352a9e6d63971785a393efa6a605944a [
file
] [
log
] [
blame
]
#pragma
once
#define
TSC_HZ
1000000000
// really, this is the core clock frequency
#include
<ros/common.h>
void
timer_init
(
void
);
void
set_timer
(
uint32_t
usec
);