summaryrefslogtreecommitdiffstats
path: root/hw/ide.h
diff options
context:
space:
mode:
authorGerd Hoffmann2009-09-15 22:05:00 +0200
committerBlue Swirl2009-09-15 22:05:00 +0200
commitdea21e97f433093bd93b0fb55ec1e1eec3171158 (patch)
tree27ac97f2e9786e674f4a271cb5bba0e153ef0ad4 /hw/ide.h
parentide/pci: convert to qdev. (diff)
downloadqemu-dea21e97f433093bd93b0fb55ec1e1eec3171158.tar.gz
qemu-dea21e97f433093bd93b0fb55ec1e1eec3171158.tar.xz
qemu-dea21e97f433093bd93b0fb55ec1e1eec3171158.zip
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,