summaryrefslogtreecommitdiff
path: root/board/cr50/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/board.h')
-rw-r--r--board/cr50/board.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/cr50/board.h b/board/cr50/board.h
index 2263f7fa9c..de598b5e7f 100644
--- a/board/cr50/board.h
+++ b/board/cr50/board.h
@@ -3,8 +3,8 @@
* found in the LICENSE file.
*/
-#ifndef __BOARD_H
-#define __BOARD_H
+#ifndef __CROS_EC_BOARD_H
+#define __CROS_EC_BOARD_H
/* Features that we don't want just yet */
#undef CONFIG_CMD_LID_ANGLE
@@ -79,4 +79,4 @@ enum usb_strings {
#undef CONFIG_UART_TX_BUF_SIZE
#define CONFIG_UART_TX_BUF_SIZE 4096
-#endif /* __BOARD_H */
+#endif /* __CROS_EC_BOARD_H */