diff options
author | Avi Kivity <avi@redhat.com> | 2011-11-24 11:58:20 +0200 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-11-28 15:38:41 +0200 |
commit | 0a9ee1a7d5616abace48819a84275274e8c15ed0 (patch) | |
tree | 4ba6bc66fc22ac592bf7172f9c516f50e270d52b /hw/omap.h | |
parent | c304fed7eb1ed3117bd16e4f0e88edf092c6ccd5 (diff) |
omap_tap: 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
@@ -827,6 +827,7 @@ struct omap_mpu_state_s { MemoryRegion pwl_iomem; MemoryRegion pwt_iomem; MemoryRegion mpui_io_iomem; + MemoryRegion tap_iomem; MemoryRegion imif_ram; MemoryRegion emiff_ram; |