]> Git Repo - qemu.git/blob - stubs/qemu-timer-notify-cb.c
osdep: protect qemu/osdep.h with extern "C"
[qemu.git] / stubs / qemu-timer-notify-cb.c
1 #include "qemu/osdep.h"
2 #include "sysemu/cpu-timers.h"
3 #include "qemu/main-loop.h"
4
5 void qemu_timer_notify_cb(void *opaque, QEMUClockType type)
6 {
7     qemu_notify_event();
8 }
This page took 0.024104 seconds and 4 git commands to generate.