diff options
| author | Avi Kivity <avi@redhat.com> | 2011-11-24 11:49:29 +0200 |
|---|---|---|
| committer | Avi Kivity <avi@redhat.com> | 2011-11-28 15:38:40 +0200 |
| commit | c304fed7eb1ed3117bd16e4f0e88edf092c6ccd5 (patch) | |
| tree | 0f8ea11000406b8a038e85ee8c7f3443d3c0d112 /hw/omap.h | |
| parent | f32261498c83bf434dde74f7832ead98678cb8ae (diff) | |
| download | focaccia-qemu-c304fed7eb1ed3117bd16e4f0e88edf092c6ccd5.tar.gz focaccia-qemu-c304fed7eb1ed3117bd16e4f0e88edf092c6ccd5.zip | |
omap_mmc: convert to memory API
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/omap.h')
| -rw-r--r-- | hw/omap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/omap.h b/hw/omap.h index 367ba11baa..f2f738303c 100644 --- a/hw/omap.h +++ b/hw/omap.h @@ -751,6 +751,7 @@ void omap_rfbi_attach(struct omap_dss_s *s, int cs, struct rfbi_chip_s *chip); /* omap_mmc.c */ struct omap_mmc_s; struct omap_mmc_s *omap_mmc_init(target_phys_addr_t base, + MemoryRegion *sysmem, BlockDriverState *bd, qemu_irq irq, qemu_irq dma[], omap_clk clk); struct omap_mmc_s *omap2_mmc_init(struct omap_target_agent_s *ta, |