summaryrefslogtreecommitdiffstats
path: root/hw/omap.h
diff options
context:
space:
mode:
authorAvi Kivity2011-11-27 10:53:29 +0100
committerAvi Kivity2011-11-28 14:38:45 +0100
commit011a98a15bf06138b4abcbb0a8b9f30dcb69a9e9 (patch)
tree9762b000eb9e7b8de5185b698a2de9a625faaf53 /hw/omap.h
parentomap2: convert to memory API (part I) (diff)
downloadqemu-011a98a15bf06138b4abcbb0a8b9f30dcb69a9e9.tar.gz
qemu-011a98a15bf06138b4abcbb0a8b9f30dcb69a9e9.tar.xz
qemu-011a98a15bf06138b4abcbb0a8b9f30dcb69a9e9.zip
omap2: convert to memory API (part II)
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 759e90fb6f..0a455158cc 100644
--- a/hw/omap.h
+++ b/hw/omap.h
@@ -833,6 +833,8 @@ struct omap_mpu_state_s {
MemoryRegion tap_iomem;
MemoryRegion imif_ram;
MemoryRegion emiff_ram;
+ MemoryRegion sdram;
+ MemoryRegion sram;
struct omap_dma_port_if_s {
uint32_t (*read[3])(struct omap_mpu_state_s *s,