summaryrefslogtreecommitdiff
path: root/board/hoho/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/hoho/board.h')
-rw-r--r--board/hoho/board.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/hoho/board.h b/board/hoho/board.h
index 7b91a669eb..90256ea7a7 100644
--- a/board/hoho/board.h
+++ b/board/hoho/board.h
@@ -5,8 +5,8 @@
/* Hoho dongle configuration */
-#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
@@ -114,4 +114,4 @@ enum usb_strings {
#define USB_EP_CONTROL 0
#define USB_EP_COUNT 1
-#endif /* __BOARD_H */
+#endif /* __CROS_EC_BOARD_H */