tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with aio-posix.c
[qemu/ar7.git] / stubs / qemu-timer-notify-cb.c
blob054b408b1c07f5a4d2580ad01da3d1e9cab93eee
1 #include "qemu/osdep.h"
2 #include "sysemu/cpus.h"
3 #include "qemu/main-loop.h"
5 void qemu_timer_notify_cb(void *opaque, QEMUClockType type)
7 qemu_notify_event();