aboutsummaryrefslogtreecommitdiffstats
path: root/include/services/secure_partition.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/services/secure_partition.h')
-rw-r--r--include/services/secure_partition.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/services/secure_partition.h b/include/services/secure_partition.h
index 8b0adc80b..d565e0c57 100644
--- a/include/services/secure_partition.h
+++ b/include/services/secure_partition.h
@@ -4,8 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#ifndef __SECURE_PARTITION_H__
-#define __SECURE_PARTITION_H__
+#ifndef SECURE_PARTITION_H
+#define SECURE_PARTITION_H
#include <stdint.h>
#include <utils_def.h>
@@ -46,4 +46,4 @@ typedef struct secure_partition_boot_info {
secure_partition_mp_info_t *mp_info;
} secure_partition_boot_info_t;
-#endif /* __SECURE_PARTITION_H__ */
+#endif /* SECURE_PARTITION_H */