diff options
| author | Avi Kivity <avi@redhat.com> | 2011-11-24 14:32:34 +0200 |
|---|---|---|
| committer | Avi Kivity <avi@redhat.com> | 2011-11-28 15:38:41 +0200 |
| commit | 6a0148e7b57515d94d158e84175da3a29de1f850 (patch) | |
| tree | 408d99ca84e2f648dc20822588221f6b9eae52b8 /hw/omap.h | |
| parent | 9832b74c149b2859c3a4e142ba719a0acc4e2733 (diff) | |
| download | focaccia-qemu-6a0148e7b57515d94d158e84175da3a29de1f850.tar.gz focaccia-qemu-6a0148e7b57515d94d158e84175da3a29de1f850.zip | |
omap_sdrc: convert to memory API
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/omap.h')
| -rw-r--r-- | hw/omap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/omap.h b/hw/omap.h index 1da6787eee..d40ef95a66 100644 --- a/hw/omap.h +++ b/hw/omap.h @@ -104,7 +104,8 @@ target_phys_addr_t omap_l4_region_size(struct omap_target_agent_s *ta, /* OMAP2 SDRAM controller */ struct omap_sdrc_s; -struct omap_sdrc_s *omap_sdrc_init(target_phys_addr_t base); +struct omap_sdrc_s *omap_sdrc_init(MemoryRegion *sysmem, + target_phys_addr_t base); void omap_sdrc_reset(struct omap_sdrc_s *s); /* OMAP2 general purpose memory controller */ |