From 30af1ec7295b3fecab641320cf97208b0936571f Mon Sep 17 00:00:00 2001 From: Benoît Canet Date: Mon, 28 Nov 2011 13:53:36 +0100 Subject: omap_lcdc: convert to memory API Signed-off-by: Benoît Canet Signed-off-by: Avi Kivity --- hw/omap.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'hw/omap.h') diff --git a/hw/omap.h b/hw/omap.h index 9dcba6abe0..b7f339c2ef 100644 --- a/hw/omap.h +++ b/hw/omap.h @@ -733,8 +733,11 @@ void omap_tap_init(struct omap_target_agent_s *ta, /* omap_lcdc.c */ struct omap_lcd_panel_s; void omap_lcdc_reset(struct omap_lcd_panel_s *s); -struct omap_lcd_panel_s *omap_lcdc_init(target_phys_addr_t base, qemu_irq irq, - struct omap_dma_lcd_channel_s *dma, omap_clk clk); +struct omap_lcd_panel_s *omap_lcdc_init(MemoryRegion *sysmem, + target_phys_addr_t base, + qemu_irq irq, + struct omap_dma_lcd_channel_s *dma, + omap_clk clk); /* omap_dss.c */ struct rfbi_chip_s { -- cgit v1.2.3-55-g7522