summaryrefslogtreecommitdiff
path: root/board/hoho
diff options
context:
space:
mode:
Diffstat (limited to 'board/hoho')
-rw-r--r--board/hoho/board.h6
-rw-r--r--board/hoho/usb_pd_config.h6
2 files changed, 6 insertions, 6 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 */
diff --git a/board/hoho/usb_pd_config.h b/board/hoho/usb_pd_config.h
index 894a63867b..33e7225131 100644
--- a/board/hoho/usb_pd_config.h
+++ b/board/hoho/usb_pd_config.h
@@ -5,8 +5,8 @@
/* USB Power delivery board configuration */
-#ifndef __USB_PD_CONFIG_H
-#define __USB_PD_CONFIG_H
+#ifndef __CROS_EC_USB_PD_CONFIG_H
+#define __CROS_EC_USB_PD_CONFIG_H
/* Timer selection for baseband PD communication */
#define TIM_CLOCK_PD_TX_C0 17
@@ -125,4 +125,4 @@ static inline int pd_adc_read(int port, int cc)
return (cc == 0) ? adc_read_channel(ADC_CH_CC1_PD) : 0;
}
-#endif /* __USB_PD_CONFIG_H */
+#endif /* __CROS_EC_USB_PD_CONFIG_H */