summaryrefslogtreecommitdiff
path: root/hw/ide.h
diff options
context:
space:
mode:
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,