summaryrefslogtreecommitdiff
path: root/core/cortex-m/include/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/cortex-m/include/math.h')
-rw-r--r--core/cortex-m/include/math.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/cortex-m/include/math.h b/core/cortex-m/include/math.h
index 485f28ba23..fbcd06e233 100644
--- a/core/cortex-m/include/math.h
+++ b/core/cortex-m/include/math.h
@@ -5,8 +5,8 @@
/* Math utility functions for ARMv7 */
-#ifndef __EC_MATH_H
-#define __EC_MATH_H
+#ifndef __CROS_EC_MATH_H
+#define __CROS_EC_MATH_H
#ifdef CONFIG_FPU
static inline float sqrtf(float v)
@@ -21,4 +21,4 @@ static inline float sqrtf(float v)
}
#endif /* CONFIG_FPU */
-#endif /* __EC_MATH_H */
+#endif /* __CROS_EC_MATH_H */