diff options
author | Avi Kivity <avi@redhat.com> | 2011-08-30 14:53:31 +0300 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-09-21 11:14:42 +0300 |
commit | 2654c962b8e06a7203a453b2171daa9269eab544 (patch) | |
tree | 940c86c0a85bc8e3458be5c05d3ba48695db3b37 /hw/omap.h | |
parent | 90aeba9dac1e99bfbe2d44867ec44b32b0780577 (diff) |
omap1: convert to memory API (part VI)
Easy RAM stuff.
Acked-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/omap.h')
-rw-r--r-- | hw/omap.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -841,6 +841,8 @@ struct omap_mpu_state_s { MemoryRegion pwl_iomem; MemoryRegion pwt_iomem; MemoryRegion mpui_io_iomem; + MemoryRegion imif_ram; + MemoryRegion emiff_ram; struct omap_dma_port_if_s { uint32_t (*read[3])(struct omap_mpu_state_s *s, |