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