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