summaryrefslogtreecommitdiff
path: root/core/cortex-m0/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/cortex-m0/cpu.h')
-rw-r--r--core/cortex-m0/cpu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/cortex-m0/cpu.h b/core/cortex-m0/cpu.h
index 18686dee1c..8df6fa5d27 100644
--- a/core/cortex-m0/cpu.h
+++ b/core/cortex-m0/cpu.h
@@ -5,8 +5,8 @@
* Registers map and definitions for Cortex-M0 processor
*/
-#ifndef __CPU_H
-#define __CPU_H
+#ifndef __CROS_EC_CPU_H
+#define __CROS_EC_CPU_H
#include <stdint.h>
@@ -36,4 +36,4 @@
/* Set up the cpu to detect faults */
void cpu_init(void);
-#endif /* __CPU_H */
+#endif /* __CROS_EC_CPU_H */