diff options
author | Hervé Poussineau <hpoussin@reactos.org> | 2011-12-15 22:09:55 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-20 15:44:30 -0600 |
commit | 71baa3036fa175f2a5fb08a1a64c541cddb47be4 (patch) | |
tree | 4995bc86a4869af9081d536c94083926bd507d62 /hw/alpha_sys.h | |
parent | 605730793dfa0974a1dfb6a7a29d7eb68c0befbc (diff) |
alpha: give ISA bus to ISA methods
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/alpha_sys.h')
-rw-r--r-- | hw/alpha_sys.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/alpha_sys.h b/hw/alpha_sys.h index 13f017733b..d54b18f8ed 100644 --- a/hw/alpha_sys.h +++ b/hw/alpha_sys.h @@ -12,7 +12,8 @@ #include "irq.h" -PCIBus *typhoon_init(ram_addr_t, qemu_irq *, CPUState *[4], pci_map_irq_fn); +PCIBus *typhoon_init(ram_addr_t, ISABus **, qemu_irq *, CPUState *[4], + pci_map_irq_fn); /* alpha_pci.c. */ extern const MemoryRegionOps alpha_pci_bw_io_ops; |