summaryrefslogtreecommitdiff
path: root/board/hoho/usb_pd_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/hoho/usb_pd_config.h')
-rw-r--r--board/hoho/usb_pd_config.h6
1 files changed, 3 insertions, 3 deletions
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 */