summary refs log tree commit diff stats
path: root/hw/mips.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2011-10-06 16:34:39 +0200
committerAvi Kivity <avi@redhat.com>2011-11-24 18:31:54 +0200
commitc601785091d72dc95b13a40c09e4fd6a3ccc3197 (patch)
treeee3a9261b506e79a2c2e0be2f1ffb29d7066b033 /hw/mips.h
parent0af58e58a106eda29d21a6a32ae0f81909444fe4 (diff)
downloadfocaccia-qemu-c601785091d72dc95b13a40c09e4fd6a3ccc3197.tar.gz
focaccia-qemu-c601785091d72dc95b13a40c09e4fd6a3ccc3197.zip
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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/mips.h b/hw/mips.h
index 6fa9a3ae75..0d4bf254b9 100644
--- a/hw/mips.h
+++ b/hw/mips.h
@@ -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;