diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-09-16 22:25:30 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-05 09:32:47 -0500 |
commit | 1f850f1064cfd30037fd76f688150a437164aaf2 (patch) | |
tree | d15452cb28b1604c2f4f9437be32e740ce8d14c2 /hw/ide/internal.h | |
parent | b2317837f0dadd845b33d528a940adb658b669b9 (diff) |
switch ide bus to inplace allocation.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/ide/internal.h')
-rw-r--r-- | hw/ide/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ide/internal.h b/hw/ide/internal.h index 9df759d4d3..029bf80e5d 100644 --- a/hw/ide/internal.h +++ b/hw/ide/internal.h @@ -551,7 +551,7 @@ void ide_init2(IDEBus *bus, DriveInfo *hd0, DriveInfo *hd1, void ide_init_ioport(IDEBus *bus, int iobase, int iobase2); /* hw/ide/qdev.c */ -IDEBus *ide_bus_new(DeviceState *dev); +void ide_bus_new(IDEBus *idebus, DeviceState *dev); IDEDevice *ide_create_drive(IDEBus *bus, int unit, DriveInfo *drive); #endif /* HW_IDE_INTERNAL_H */ |