summaryrefslogtreecommitdiff
path: root/board/bds/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/bds/board.h')
-rw-r--r--board/bds/board.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/bds/board.h b/board/bds/board.h
index 96171e0f57..c4af34d253 100644
--- a/board/bds/board.h
+++ b/board/bds/board.h
@@ -5,8 +5,8 @@
/* Stellaris EKB-LM4F-EAC board configuration */
-#ifndef __BOARD_H
-#define __BOARD_H
+#ifndef __CROS_EC_BOARD_H
+#define __CROS_EC_BOARD_H
/* Optional features */
#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands */
@@ -52,4 +52,4 @@ enum pwm_channel {
#endif /* !__ASSEMBLER__ */
-#endif /* __BOARD_H */
+#endif /* __CROS_EC_BOARD_H */