summaryrefslogtreecommitdiff
path: root/hw/mips.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2011-11-06 19:30:48 +0200
committerAvi Kivity <avi@redhat.com>2011-11-24 18:31:59 +0200
commit3054434d61fa6345cff8c4976b2a1480160f4e96 (patch)
tree764dfd902167a8a944f007cb65a8d94bd74cf57b /hw/mips.h
parent5a6fdd91ce72785593449a0a49e61102f6213c3f (diff)
downloadqemu-3054434d61fa6345cff8c4976b2a1480160f4e96.tar.gz
qemu-3054434d61fa6345cff8c4976b2a1480160f4e96.tar.bz2
qemu-3054434d61fa6345cff8c4976b2a1480160f4e96.zip
rc4030: convert to memory API
Signed-off-by: Avi Kivity <avi@redhat.com>
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,