summary refs log tree commit diff stats
path: root/hw/omap.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2011-11-28 13:10:11 +0200
committerAvi Kivity <avi@redhat.com>2011-11-28 15:38:45 +0200
commit4852e5d8c3bb48823a90b8963c3e7f19791b3cec (patch)
tree114dc4d8ec433c9cd85c5926cf7ad2e5e71ba4de /hw/omap.h
parent011a98a15bf06138b4abcbb0a8b9f30dcb69a9e9 (diff)
downloadfocaccia-qemu-4852e5d8c3bb48823a90b8963c3e7f19791b3cec.tar.gz
focaccia-qemu-4852e5d8c3bb48823a90b8963c3e7f19791b3cec.zip
omap_dss: convert to memory API
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/omap.h')
-rw-r--r--hw/omap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/omap.h b/hw/omap.h
index 0a455158cc..65d3c986f9 100644
--- a/hw/omap.h
+++ b/hw/omap.h
@@ -745,6 +745,7 @@ struct rfbi_chip_s {
 struct omap_dss_s;
 void omap_dss_reset(struct omap_dss_s *s);
 struct omap_dss_s *omap_dss_init(struct omap_target_agent_s *ta,
+                MemoryRegion *sysmem,
                 target_phys_addr_t l3_base,
                 qemu_irq irq, qemu_irq drq,
                 omap_clk fck1, omap_clk fck2, omap_clk ck54m,