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