diff options
Diffstat (limited to 'stubs/notify-event.c')
-rw-r--r-- | stubs/notify-event.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stubs/notify-event.c b/stubs/notify-event.c new file mode 100644 index 0000000000..32f7289d3a --- /dev/null +++ b/stubs/notify-event.c @@ -0,0 +1,6 @@ +#include "qemu-common.h" +#include "qemu/main-loop.h" + +void qemu_notify_event(void) +{ +} |