aboutsummaryrefslogtreecommitdiff
path: root/include/plat/common/platform.h
diff options
context:
space:
mode:
authorMadhukar Pappireddy <madhukar.pappireddy@arm.com>2020-07-28 18:31:47 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-07-28 18:31:47 +0000
commita6151e7c85ee602cf5cd018e2e3ca465e8af9a85 (patch)
treedef8effd4b20ab11f9a333bb9184784bd89418f4 /include/plat/common/platform.h
parent894eb3eefaaf4c3ed2c313badce1e94dbfc541d4 (diff)
parent6f0a2f04abd6f75c8f9e16c3f06c27609c49568a (diff)
downloadtrusted-firmware-a-a6151e7c85ee602cf5cd018e2e3ca465e8af9a85.tar.gz
Merge "SMCCC: Introduce function to check SMCCC function availability" into integration
Diffstat (limited to 'include/plat/common/platform.h')
-rw-r--r--include/plat/common/platform.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/plat/common/platform.h b/include/plat/common/platform.h
index 658b423801..2c1a180c83 100644
--- a/include/plat/common/platform.h
+++ b/include/plat/common/platform.h
@@ -341,4 +341,9 @@ int32_t plat_get_soc_version(void);
*/
int32_t plat_get_soc_revision(void);
+/*
+ * Optional function to check for SMCCC function availability for platform
+ */
+int32_t plat_is_smccc_feature_available(u_register_t fid);
+
#endif /* PLATFORM_H */