From c601785091d72dc95b13a40c09e4fd6a3ccc3197 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Thu, 6 Oct 2011 16:34:39 +0200 Subject: jazz_led: convert to memory API Signed-off-by: Avi Kivity --- hw/mips.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hw/mips.h') 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; -- cgit 1.4.1