Sign in
qemu
/
qemu
/
d6d46be1bf3876db6168d155ed273866d5f595cd
/
.
/
stubs
/
qemu-timer-notify-cb.c
blob: 845e46f8e039e23f3e3aabe1e1d9b357a055667e [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"sysemu/cpu-timers.h"
#include
"qemu/main-loop.h"
void
qemu_timer_notify_cb
(
void
*
opaque
,
QEMUClockType
type
)
{
qemu_notify_event
();
}