aboutsummaryrefslogtreecommitdiff
path: root/hw/omap.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2011-11-28 15:40:49 +0200
committerAvi Kivity <avi@redhat.com>2011-11-28 15:40:49 +0200
commitf44336c594c7e7887ee43ece3b53ba68b827fd1d (patch)
treedf8f14f40066fd4a46f12cd2e1cb8b0730ce3a5f /hw/omap.h
parenta6dbd3c83622fc0156e17c0d2fab54fe79afd07f (diff)
omap_l4: rename omap_l4_attach_region() to omap_l4_attach()
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/omap.h')
-rw-r--r--hw/omap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/omap.h b/hw/omap.h
index 656251d34e..42eb361b21 100644
--- a/hw/omap.h
+++ b/hw/omap.h
@@ -94,7 +94,7 @@ struct omap_target_agent_s *omap_l4ta_get(
const struct omap_l4_region_s *regions,
const struct omap_l4_agent_info_s *agents,
int cs);
-target_phys_addr_t omap_l4_attach_region(struct omap_target_agent_s *ta,
+target_phys_addr_t omap_l4_attach(struct omap_target_agent_s *ta,
int region, MemoryRegion *mr);
target_phys_addr_t omap_l4_region_base(struct omap_target_agent_s *ta,
int region);