aboutsummaryrefslogtreecommitdiff
path: root/hw/mips.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/mips.h')
-rw-r--r--hw/mips.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/mips.h b/hw/mips.h
index 0d4bf254b9..84f4006c5f 100644
--- a/hw/mips.h
+++ b/hw/mips.h
@@ -20,7 +20,8 @@ void rc4030_dma_read(void *dma, uint8_t *buf, int len);
void rc4030_dma_write(void *dma, uint8_t *buf, int len);
void *rc4030_init(qemu_irq timer, qemu_irq jazz_bus,
- qemu_irq **irqs, rc4030_dma **dmas);
+ qemu_irq **irqs, rc4030_dma **dmas,
+ MemoryRegion *sysmem);
/* dp8393x.c */
void dp83932_init(NICInfo *nd, target_phys_addr_t base, int it_shift,