diff options
author | Juha Riihimäki | 2011-07-29 17:35:14 +0200 |
---|---|---|
committer | Andrzej Zaborowski | 2011-07-30 06:00:33 +0200 |
commit | f9049203d33847562de155a7c5bc75fe7a3e77f6 (patch) | |
tree | ba2a6d5221940b9b5f4adb8eb8b9e4209c7bce27 /hw/omap.h | |
parent | Merge remote-tracking branch 'stefanha/trivial-patches' into staging (diff) | |
download | qemu-f9049203d33847562de155a7c5bc75fe7a3e77f6.tar.gz qemu-f9049203d33847562de155a7c5bc75fe7a3e77f6.tar.xz qemu-f9049203d33847562de155a7c5bc75fe7a3e77f6.zip |
hw/omap_l4.c: Add helper function omap_l4_region_base
Add helper function omap_l4_region_base() to return the base address
of a particular region of an L4 target agent.
Signed-off-by: Juha Riihimäki <juha.riihimaki@nokia.com>
[Riku Voipio: Fixes and restructuring patchset]
Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
[Peter Maydell: More fixes and cleanups for upstream submission]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
Diffstat (limited to 'hw/omap.h')
-rw-r--r-- | hw/omap.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -93,6 +93,8 @@ struct omap_target_agent_s *omap_l4ta_get( int cs); target_phys_addr_t omap_l4_attach(struct omap_target_agent_s *ta, int region, int iotype); +target_phys_addr_t omap_l4_region_base(struct omap_target_agent_s *ta, + int region); int l4_register_io_memory(CPUReadMemoryFunc * const *mem_read, CPUWriteMemoryFunc * const *mem_write, void *opaque); |