Sign in
qemu-android
/
qemu-android
/
a47b50db609f95edf5b2f964a7a8087f094cfcfa
/
.
/
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
();
}