Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/stubs/qemu-timer-notify-cb.c
2023-03-06 14:48:14 +01:00

9 lines
173 B
C

#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();
}