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