diff options
author | Avi Kivity | 2011-11-24 10:58:20 +0100 |
---|---|---|
committer | Avi Kivity | 2011-11-28 14:38:41 +0100 |
commit | 0a9ee1a7d5616abace48819a84275274e8c15ed0 (patch) | |
tree | 4ba6bc66fc22ac592bf7172f9c516f50e270d52b /hw/omap.h | |
parent | omap_mmc: convert to memory API (diff) | |
download | qemu-0a9ee1a7d5616abace48819a84275274e8c15ed0.tar.gz qemu-0a9ee1a7d5616abace48819a84275274e8c15ed0.tar.xz qemu-0a9ee1a7d5616abace48819a84275274e8c15ed0.zip |
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; |