]> Git Repo - qemu.git/blob - stubs/cpu-get-clock.c
osdep: protect qemu/osdep.h with extern "C"
[qemu.git] / stubs / cpu-get-clock.c
1 #include "qemu/osdep.h"
2 #include "sysemu/cpu-timers.h"
3 #include "qemu/main-loop.h"
4
5 int64_t cpu_get_clock(void)
6 {
7     return get_clock_realtime();
8 }
This page took 0.023276 seconds and 4 git commands to generate.