diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-09-15 20:05:00 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-09-15 20:05:00 +0000 |
commit | dea21e97f433093bd93b0fb55ec1e1eec3171158 (patch) | |
tree | 27ac97f2e9786e674f4a271cb5bba0e153ef0ad4 /hw/ide.h | |
parent | feef310217d4935e41f5ff5751f7c43e8d6403d3 (diff) |
ide/isa: convert to qdev.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/ide.h')
-rw-r--r-- | hw/ide.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ #include "qdev.h" /* ide-isa.c */ -void isa_ide_init(int iobase, int iobase2, qemu_irq irq, - DriveInfo *hd0, DriveInfo *hd1); +int isa_ide_init(int iobase, int iobase2, int isairq, + DriveInfo *hd0, DriveInfo *hd1); /* ide-pci.c */ void pci_cmd646_ide_init(PCIBus *bus, DriveInfo **hd_table, |