summaryrefslogtreecommitdiff
path: root/include/plat/common/platform.h
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2016-04-04 13:39:32 +0100
committerdanh-arm <dan.handley@arm.com>2016-04-04 13:39:32 +0100
commitaf711c1e0fbf69b47df3575a8aec5204f1439896 (patch)
tree8348a7bd7a1efcdbb102fcdb8dfa427422fdcfb5 /include/plat/common/platform.h
parentc29164179588f066c7d07868a5ae3ce7dbc88fca (diff)
parenta0ad6019ff308a6e4bef09a80c80b6e04053abee (diff)
Merge pull request #580 from soby-mathew/sm/ret_type_plat_ns_ep
Modify return type of plat_get_ns_image_entrypoint()
Diffstat (limited to 'include/plat/common/platform.h')
-rw-r--r--include/plat/common/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plat/common/platform.h b/include/plat/common/platform.h
index 5c61f381..6f0a8a0f 100644
--- a/include/plat/common/platform.h
+++ b/include/plat/common/platform.h
@@ -60,7 +60,7 @@ uint64_t plat_get_syscnt_freq(void);
int plat_get_image_source(unsigned int image_id,
uintptr_t *dev_handle,
uintptr_t *image_spec);
-unsigned long plat_get_ns_image_entrypoint(void);
+uintptr_t plat_get_ns_image_entrypoint(void);
unsigned int plat_my_core_pos(void);
int plat_core_pos_by_mpidr(u_register_t mpidr);