mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-30 23:10:38 +00:00
7 lines
116 B
C
7 lines
116 B
C
|
#include "qemu-common.h"
|
||
|
#include "sysemu/sysemu.h"
|
||
|
|
||
|
void qemu_add_machine_init_done_notifier(Notifier *notify)
|
||
|
{
|
||
|
}
|