Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210330' into...
[qemu/ar7.git] / stubs / qemu-timer-notify-cb.c
blob845e46f8e039e23f3e3aabe1e1d9b357a055667e
1 #include "qemu/osdep.h"
2 #include "sysemu/cpu-timers.h"
3 #include "qemu/main-loop.h"
5 void qemu_timer_notify_cb(void *opaque, QEMUClockType type)
7 qemu_notify_event();