Sign in
akaros
/
upstream
/
fe07b94029f8457c2109cf8d0a5e8f1f96b7f147
/
.
/
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
);