qemu-e2k/stubs/notify-event.c

7 lines
87 B
C

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