aboutsummaryrefslogtreecommitdiff
path: root/secure_fw/spm/include/tfm_platform_core_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'secure_fw/spm/include/tfm_platform_core_api.h')
-rw-r--r--secure_fw/spm/include/tfm_platform_core_api.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/secure_fw/spm/include/tfm_platform_core_api.h b/secure_fw/spm/include/tfm_platform_core_api.h
index f79190b244..de532549e8 100644
--- a/secure_fw/spm/include/tfm_platform_core_api.h
+++ b/secure_fw/spm/include/tfm_platform_core_api.h
@@ -23,13 +23,4 @@
*/
void tfm_access_violation_handler(void);
-/**
- * \brief Return whether a secure partition is privileged.
- *
- * \param[in] partition_idx The index of the partition in the partition_list.
- *
- * \return True if the partition is privileged, false otherwise.
- */
-bool tfm_is_partition_privileged(uint32_t partition_idx);
-
#endif /* __TFM_PLATFORM_CORE_API_H__ */