summary refs log tree commit diff stats
path: root/hw/omap.h
diff options
context:
space:
mode:
authorBenoît Canet <benoit.canet@gmail.com>2011-11-28 13:53:36 +0100
committerAvi Kivity <avi@redhat.com>2011-11-28 15:38:47 +0200
commit30af1ec7295b3fecab641320cf97208b0936571f (patch)
tree1b248ad012463cc06048a4e122f8c3d98de53ccc /hw/omap.h
parent1a0726900e4f472cdb389fd249bfdfa0e30f21e7 (diff)
downloadfocaccia-qemu-30af1ec7295b3fecab641320cf97208b0936571f.tar.gz
focaccia-qemu-30af1ec7295b3fecab641320cf97208b0936571f.zip
omap_lcdc: convert to memory API
Signed-off-by: Benoît Canet <benoit.canet@gmail.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/omap.h')
-rw-r--r--hw/omap.h7
1 files changed, 5 insertions, 2 deletions
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 {