diff options
author | Benoît Canet <benoit.canet@gmail.com> | 2011-11-25 15:21:36 +0100 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-11-28 15:38:46 +0200 |
commit | 3892f842c9341ef4ff8cdb787b1626c7ea1756e2 (patch) | |
tree | ce689e70ec29ebdcb3384f0c8c8fb8eb74688a4f /hw/omap.h | |
parent | 4852e5d8c3bb48823a90b8963c3e7f19791b3cec (diff) |
omap_l4: convert to memory API
Signed-off-by: Benoît Canet <benoit.canet@gmail.com>
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
@@ -76,6 +76,7 @@ struct omap_l4_agent_info_s { int ta_region; }; struct omap_target_agent_s { + MemoryRegion iomem; struct omap_l4_s *bus; int regions; const struct omap_l4_region_s *start; |