diff options
author | Avi Kivity <avi@redhat.com> | 2011-10-06 16:34:39 +0200 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-11-24 18:31:54 +0200 |
commit | c601785091d72dc95b13a40c09e4fd6a3ccc3197 (patch) | |
tree | ee3a9261b506e79a2c2e0be2f1ffb29d7066b033 /hw/mips.h | |
parent | 0af58e58a106eda29d21a6a32ae0f81909444fe4 (diff) |
jazz_led: convert to memory API
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/mips.h')
-rw-r--r-- | hw/mips.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,6 +2,8 @@ #define HW_MIPS_H /* Definitions for mips board emulation. */ +#include "memory.h" + /* gt64xxx.c */ PCIBus *gt64120_register(qemu_irq *pic); @@ -9,7 +11,7 @@ PCIBus *gt64120_register(qemu_irq *pic); PCIBus *bonito_init(qemu_irq *pic); /* jazz_led.c */ -void jazz_led_init(target_phys_addr_t base); +void jazz_led_init(MemoryRegion *address_space, target_phys_addr_t base); /* rc4030.c */ typedef struct rc4030DMAState *rc4030_dma; |