summaryrefslogtreecommitdiff
path: root/include/compile_time_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/compile_time_macros.h')
-rw-r--r--include/compile_time_macros.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/compile_time_macros.h b/include/compile_time_macros.h
index 9db583a7f2..074fb4b256 100644
--- a/include/compile_time_macros.h
+++ b/include/compile_time_macros.h
@@ -5,8 +5,8 @@
/* Handy clever tricks */
-#ifndef __CROS_EC_TRICKS_H
-#define __CROS_EC_TRICKS_H
+#ifndef __CROS_EC_COMPILE_TIME_MACROS_H
+#define __CROS_EC_COMPILE_TIME_MACROS_H
/* Test an important condition at compile time, not run time */
#define _BA1_(cond, line) \
@@ -23,4 +23,4 @@
#define offsetof(type, member) __builtin_offsetof(type, member)
#endif
-#endif /* __CROS_EC_TRICKS_H */
+#endif /* __CROS_EC_COMPILE_TIME_MACROS_H */