summaryrefslogtreecommitdiffstats
path: root/hw/omap.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2011-08-30 14:53:31 +0300
committerAvi Kivity <avi@redhat.com>2011-09-21 11:14:42 +0300
commit2654c962b8e06a7203a453b2171daa9269eab544 (patch)
tree940c86c0a85bc8e3458be5c05d3ba48695db3b37 /hw/omap.h
parent90aeba9dac1e99bfbe2d44867ec44b32b0780577 (diff)
downloadhqemu-2654c962b8e06a7203a453b2171daa9269eab544.zip
hqemu-2654c962b8e06a7203a453b2171daa9269eab544.tar.gz
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/omap.h b/hw/omap.h
index de83452..0260cc0 100644
--- a/hw/omap.h
+++ b/hw/omap.h
@@ -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,
OpenPOWER on IntegriCloud