aboutsummaryrefslogtreecommitdiffstats
path: root/include/common/runtime_svc.h
diff options
context:
space:
mode:
authorRoberto Vargas <roberto.vargas@arm.com>2018-02-12 12:36:17 +0000
committerRoberto Vargas <roberto.vargas@arm.com>2018-02-28 17:18:46 +0000
commit7fabe1a89903cab4919304faa085ee6eaaec5c9d (patch)
tree140db3931433edf3ac1724eef7db426614afa42a /include/common/runtime_svc.h
parent9fb8af33c40f21becde99fc15db73b1f4d82059c (diff)
downloadplatform_external_arm-trusted-firmware-7fabe1a89903cab4919304faa085ee6eaaec5c9d.tar.gz
platform_external_arm-trusted-firmware-7fabe1a89903cab4919304faa085ee6eaaec5c9d.tar.bz2
platform_external_arm-trusted-firmware-7fabe1a89903cab4919304faa085ee6eaaec5c9d.zip
Fix MISRA rule 8.4 in common code
Rule 8.4: A compatible declaration shall be visible when an object or function with external linkage is defined. Change-Id: I26e042cb251a6f9590afa1340fdac73e42f23979 Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
Diffstat (limited to 'include/common/runtime_svc.h')
-rw-r--r--include/common/runtime_svc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/common/runtime_svc.h b/include/common/runtime_svc.h
index e179e4bac..6150b3227 100644
--- a/include/common/runtime_svc.h
+++ b/include/common/runtime_svc.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013-2016, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2018, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -126,5 +126,7 @@ extern uintptr_t __RT_SVC_DESCS_START__;
extern uintptr_t __RT_SVC_DESCS_END__;
void init_crash_reporting(void);
+extern uint8_t rt_svc_descs_indices[MAX_RT_SVCS];
+
#endif /*__ASSEMBLY__*/
#endif /* __RUNTIME_SVC_H__ */