diff options
author | Avi Kivity <avi@redhat.com> | 2011-11-28 13:10:11 +0200 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-11-28 15:38:45 +0200 |
commit | 4852e5d8c3bb48823a90b8963c3e7f19791b3cec (patch) | |
tree | 114dc4d8ec433c9cd85c5926cf7ad2e5e71ba4de /hw/omap.h | |
parent | 011a98a15bf06138b4abcbb0a8b9f30dcb69a9e9 (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |