Sign in
qemu-android
/
qemu-android
/
a013bd2f7b88c831241b3ad6d5635e9d13a7e3fc
/
.
/
stubs
/
cpu-get-clock.c
blob: 5b34c976d9d87e7a0bc24557ebd393e9a948a4a7 [
file
] [
log
] [
blame
]
#include
"qemu-common.h"
#include
"qemu/timer.h"
int64_t
cpu_get_clock
(
void
)
{
return
get_clock_realtime
();
}