aboutsummaryrefslogtreecommitdiffstats
path: root/include/drivers/arm/cci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drivers/arm/cci.h')
-rw-r--r--include/drivers/arm/cci.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/drivers/arm/cci.h b/include/drivers/arm/cci.h
index 41a3de257..24b76dab8 100644
--- a/include/drivers/arm/cci.h
+++ b/include/drivers/arm/cci.h
@@ -4,8 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#ifndef __CCI_H__
-#define __CCI_H__
+#ifndef CCI_H
+#define CCI_H
#include <utils_def.h>
@@ -122,4 +122,4 @@ void cci_enable_snoop_dvm_reqs(unsigned int master_id);
void cci_disable_snoop_dvm_reqs(unsigned int master_id);
#endif /* __ASSEMBLY__ */
-#endif /* __CCI_H__ */
+#endif /* CCI_H */