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