notify-event.c 86 B

123456
  1. #include "qemu/osdep.h"
  2. #include "qemu/main-loop.h"
  3. void qemu_notify_event(void)
  4. {
  5. }