aboutsummaryrefslogtreecommitdiffstats
path: root/include/common/runtime_svc.h
diff options
context:
space:
mode:
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-03-21 10:49:27 +0000
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-03-21 10:49:27 +0000
commit085e80ec111b2ab3607f0f38f6ef0062922bc196 (patch)
treef212c24b5373357c0e4216fc943849ca36f592bc /include/common/runtime_svc.h
parented8112606c54d85781fc8429160883d6310ece32 (diff)
downloadplatform_external_arm-trusted-firmware-085e80ec111b2ab3607f0f38f6ef0062922bc196.tar.gz
platform_external_arm-trusted-firmware-085e80ec111b2ab3607f0f38f6ef0062922bc196.tar.bz2
platform_external_arm-trusted-firmware-085e80ec111b2ab3607f0f38f6ef0062922bc196.zip
Rename 'smcc' to 'smccc'
When the source code says 'SMCC' it is talking about the SMC Calling Convention. The correct acronym is SMCCC. This affects a few definitions and file names. Some files have been renamed (smcc.h, smcc_helpers.h and smcc_macros.S) but the old files have been kept for compatibility, they include the new ones with an ERROR_DEPRECATED guard. Change-Id: I78f94052a502436fdd97ca32c0fe86bd58173f2f Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'include/common/runtime_svc.h')
-rw-r--r--include/common/runtime_svc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common/runtime_svc.h b/include/common/runtime_svc.h
index 6150b3227..d12af227e 100644
--- a/include/common/runtime_svc.h
+++ b/include/common/runtime_svc.h
@@ -8,7 +8,7 @@
#define __RUNTIME_SVC_H__
#include <bl_common.h> /* to include exception types */
-#include <smcc_helpers.h> /* to include SMCC definitions */
+#include <smccc_helpers.h> /* to include SMCCC definitions */
/*******************************************************************************