diff options
Diffstat (limited to 'sysemu.h')
| -rw-r--r-- | sysemu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysemu.h b/sysemu.h index f5ac664067..c1b370b781 100644 --- a/sysemu.h +++ b/sysemu.h @@ -145,8 +145,7 @@ extern unsigned int nb_prom_envs; /* pci-hotplug */ void pci_device_hot_add(Monitor *mon, const QDict *qdict); -int pci_drive_hot_add(Monitor *mon, const QDict *qdict, - DriveInfo *dinfo, int type); +int pci_drive_hot_add(Monitor *mon, const QDict *qdict, DriveInfo *dinfo); void do_pci_device_hot_remove(Monitor *mon, const QDict *qdict); /* generic hotplug */ |