aboutsummaryrefslogtreecommitdiff
path: root/hw/omap.h
diff options
context:
space:
mode:
authorBenoît Canet <benoit.canet@gmail.com>2011-11-25 15:21:36 +0100
committerAvi Kivity <avi@redhat.com>2011-11-28 15:38:46 +0200
commit3892f842c9341ef4ff8cdb787b1626c7ea1756e2 (patch)
treece689e70ec29ebdcb3384f0c8c8fb8eb74688a4f /hw/omap.h
parent4852e5d8c3bb48823a90b8963c3e7f19791b3cec (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/omap.h b/hw/omap.h
index 65d3c986f9..9dcba6abe0 100644
--- a/hw/omap.h
+++ b/hw/omap.h
@@ -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;