aboutsummaryrefslogtreecommitdiff
path: root/secure_fw/core/tfm_secure_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'secure_fw/core/tfm_secure_api.h')
-rw-r--r--secure_fw/core/tfm_secure_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure_fw/core/tfm_secure_api.h b/secure_fw/core/tfm_secure_api.h
index 69828f0693..c626df1371 100644
--- a/secure_fw/core/tfm_secure_api.h
+++ b/secure_fw/core/tfm_secure_api.h
@@ -126,7 +126,7 @@ enum tfm_status_e tfm_core_has_read_access_to_region(const void *p, size_t s,
* \return TFM_SUCCESS if the partition has access to the memory range,
* TFM_ERROR_GENERIC otherwise.
*/
-enum tfm_status_e tfm_core_has_write_access_to_region(void *p, size_t s,
+enum tfm_status_e tfm_core_has_write_access_to_region(const void *p, size_t s,
uint32_t ns_caller,
uint32_t privileged);