summaryrefslogtreecommitdiff
path: root/hw/ide.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-09-15 20:05:00 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-09-15 20:05:00 +0000
commitdea21e97f433093bd93b0fb55ec1e1eec3171158 (patch)
tree27ac97f2e9786e674f4a271cb5bba0e153ef0ad4 /hw/ide.h
parentfeef310217d4935e41f5ff5751f7c43e8d6403d3 (diff)
downloadqemu-dea21e97f433093bd93b0fb55ec1e1eec3171158.tar.gz
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/ide.h b/hw/ide.h
index e0a508bd51..0e7d540bdb 100644
--- a/hw/ide.h
+++ b/hw/ide.h
@@ -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,