summaryrefslogtreecommitdiff
path: root/core/host/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/host/cpu.h')
-rw-r--r--core/host/cpu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/host/cpu.h b/core/host/cpu.h
index 4e43da623f..cb4ee7239a 100644
--- a/core/host/cpu.h
+++ b/core/host/cpu.h
@@ -5,9 +5,9 @@
/* CPU specific header file */
-#ifndef __CPU_H
-#define __CPU_H
+#ifndef __CROS_EC_CPU_H
+#define __CROS_EC_CPU_H
static inline void cpu_init(void) { }
-#endif /* __CPU_H */
+#endif /* __CROS_EC_CPU_H */