qemu-e2k/stubs/notify-event.c

7 lines
86 B
C

#include "qemu/osdep.h"
#include "qemu/main-loop.h"
void qemu_notify_event(void)
{
}