summaryrefslogtreecommitdiffstats
path: root/hw/ppc440.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2011-08-11 16:07:18 -0700
committerAvi Kivity <avi@redhat.com>2011-10-02 16:14:02 +0200
commit3e9f0113b4c5ec37fbba0a50b28ea26c8477da93 (patch)
tree1eaf99263049012af9a30338ecc1ef956bb7524a /hw/ppc440.h
parent52ce55a1024bc4b0d2c726080a205123efdd9780 (diff)
downloadhqemu-3e9f0113b4c5ec37fbba0a50b28ea26c8477da93.zip
hqemu-3e9f0113b4c5ec37fbba0a50b28ea26c8477da93.tar.gz
ppc440: Pass in address_space_mem to ppc440ep_init
Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/ppc440.h')
-rw-r--r--hw/ppc440.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/ppc440.h b/hw/ppc440.h
index a40f917..9c27c36 100644
--- a/hw/ppc440.h
+++ b/hw/ppc440.h
@@ -14,8 +14,8 @@
#include "hw.h"
-CPUState *ppc440ep_init(ram_addr_t *ram_size, PCIBus **pcip,
- const unsigned int pci_irq_nrs[4], int do_init,
- const char *cpu_model);
+CPUState *ppc440ep_init(MemoryRegion *address_space, ram_addr_t *ram_size,
+ PCIBus **pcip, const unsigned int pci_irq_nrs[4],
+ int do_init, const char *cpu_model);
#endif
OpenPOWER on IntegriCloud