aboutsummaryrefslogtreecommitdiffstats
path: root/include/services/std_svc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/services/std_svc.h')
-rw-r--r--include/services/std_svc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/services/std_svc.h b/include/services/std_svc.h
index 9fe70ccce..b0614fb42 100644
--- a/include/services/std_svc.h
+++ b/include/services/std_svc.h
@@ -4,8 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#ifndef __STD_SVC_H__
-#define __STD_SVC_H__
+#ifndef STD_SVC_H
+#define STD_SVC_H
/* SMC function IDs for Standard Service queries */
@@ -27,4 +27,4 @@
*/
uintptr_t get_arm_std_svc_args(unsigned int svc_mask);
-#endif /* __STD_SVC_H__ */
+#endif /* STD_SVC_H */