summaryrefslogtreecommitdiff
path: root/board/host/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/host/board.h')
-rw-r--r--board/host/board.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/host/board.h b/board/host/board.h
index 99a5798e02..592ecb620a 100644
--- a/board/host/board.h
+++ b/board/host/board.h
@@ -5,8 +5,8 @@
/* Emulator board configuration */
-#ifndef __BOARD_H
-#define __BOARD_H
+#ifndef __CROS_EC_BOARD_H
+#define __CROS_EC_BOARD_H
/* Optional features */
#define CONFIG_EXTPOWER_GPIO
@@ -72,4 +72,4 @@ extern const int supplier_priority[];
#define PD_MAX_CURRENT_MA 3000
#define PD_MAX_VOLTAGE_MV 20000
-#endif /* __BOARD_H */
+#endif /* __CROS_EC_BOARD_H */