diff options
author | Avi Kivity | 2011-11-24 13:32:34 +0100 |
---|---|---|
committer | Avi Kivity | 2011-11-28 14:38:41 +0100 |
commit | 7405165e26606299682ec1a2a40024cc3d55bbff (patch) | |
tree | 985a1acf7a643dba3d505fb3a841448cae3b3311 /hw/omap.h | |
parent | omap_sdrc: convert to memory API (diff) | |
download | qemu-7405165e26606299682ec1a2a40024cc3d55bbff.tar.gz qemu-7405165e26606299682ec1a2a40024cc3d55bbff.tar.xz qemu-7405165e26606299682ec1a2a40024cc3d55bbff.zip |
omap_dma: convert to memory API
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/omap.h')
-rw-r--r-- | hw/omap.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -435,9 +435,11 @@ enum omap_dma_model { struct soc_dma_s; struct soc_dma_s *omap_dma_init(target_phys_addr_t base, qemu_irq *irqs, + MemoryRegion *sysmem, qemu_irq lcd_irq, struct omap_mpu_state_s *mpu, omap_clk clk, enum omap_dma_model model); struct soc_dma_s *omap_dma4_init(target_phys_addr_t base, qemu_irq *irqs, + MemoryRegion *sysmem, struct omap_mpu_state_s *mpu, int fifo, int chans, omap_clk iclk, omap_clk fclk); void omap_dma_reset(struct soc_dma_s *s); |