diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-01-27 09:49:28 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-01-27 09:49:28 +0000 |
commit | 0019ad5346509406e93373b58d3066868ea30b96 (patch) | |
tree | 31e61c0e4e01d7b66b5b4f3cdeb1579ec9555b91 /hw/sun4m.h | |
parent | 67e42751dc4956509f5665bc64d883aaff9f771f (diff) |
Rearrange slavio_misc code to prepare for different addresses
Pass first env instead of using cpu_single_env directly
Add Aux1 to Sun4c
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3934 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/sun4m.h')
-rw-r--r-- | hw/sun4m.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/sun4m.h b/hw/sun4m.h index daf104b6bd..484e3e860e 100644 --- a/hw/sun4m.h +++ b/hw/sun4m.h @@ -54,7 +54,9 @@ void slavio_serial_ms_kbd_init(target_phys_addr_t base, qemu_irq irq, /* slavio_misc.c */ void *slavio_misc_init(target_phys_addr_t base, target_phys_addr_t power_base, - qemu_irq irq); + target_phys_addr_t aux1_base, + target_phys_addr_t aux2_base, qemu_irq irq, + CPUState *env); void slavio_set_power_fail(void *opaque, int power_failing); /* esp.c */ |