diff options
Diffstat (limited to 'sysemu.h')
-rw-r--r-- | sysemu.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -166,6 +166,9 @@ extern int nb_drives_opt; extern int drive_add(const char *file, const char *fmt, ...); extern int drive_init(struct drive_opt *arg, int snapshot, void *machine); +/* acpi */ +void qemu_system_hot_add_init(void); + /* serial ports */ #define MAX_SERIAL_PORTS 4 |