From c304fed7eb1ed3117bd16e4f0e88edf092c6ccd5 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Thu, 24 Nov 2011 11:49:29 +0200 Subject: omap_mmc: convert to memory API Signed-off-by: Avi Kivity --- hw/omap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/omap.h') diff --git a/hw/omap.h b/hw/omap.h index 367ba11..f2f7383 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, -- cgit v1.1