summaryrefslogtreecommitdiff
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drivers/arm/cci.h b/include/drivers/arm/cci.h
index c5ddcfd4..5aea95a0 100644
--- a/include/drivers/arm/cci.h
+++ b/include/drivers/arm/cci.h
@@ -100,7 +100,7 @@
#define SLAVE_IF_UNUSED -1
-#ifndef __ASSEMBLY__
+#ifndef __ASSEMBLER__
#include <stdint.h>
@@ -121,5 +121,5 @@ void cci_init(uintptr_t base, const int *map, unsigned int num_cci_masters);
void cci_enable_snoop_dvm_reqs(unsigned int master_id);
void cci_disable_snoop_dvm_reqs(unsigned int master_id);
-#endif /* __ASSEMBLY__ */
+#endif /* __ASSEMBLER__ */
#endif /* CCI_H */