summaryrefslogtreecommitdiff
path: root/board/zinger/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/zinger/board.h')
-rw-r--r--board/zinger/board.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/zinger/board.h b/board/zinger/board.h
index 1b94b30064..a00731f16c 100644
--- a/board/zinger/board.h
+++ b/board/zinger/board.h
@@ -8,8 +8,8 @@
* including zinger and minimuffin.
*/
-#ifndef __BOARD_H
-#define __BOARD_H
+#ifndef __CROS_EC_BOARD_H
+#define __CROS_EC_BOARD_H
/* 48 MHz SYSCLK clock frequency */
#define CPU_CLOCK 48000000
@@ -133,4 +133,4 @@ void __enter_hibernate(uint32_t seconds, uint32_t microseconds);
#endif /* !__ASSEMBLER__ */
-#endif /* __BOARD_H */
+#endif /* __CROS_EC_BOARD_H */