summaryrefslogtreecommitdiff
path: root/board/honeybuns/usb_pd_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/honeybuns/usb_pd_config.h')
-rw-r--r--board/honeybuns/usb_pd_config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/honeybuns/usb_pd_config.h b/board/honeybuns/usb_pd_config.h
index cbb5214546..be4e31cd70 100644
--- a/board/honeybuns/usb_pd_config.h
+++ b/board/honeybuns/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
@@ -138,4 +138,4 @@ static inline void pd_set_vconn(int port, int polarity, int enable)
}
-#endif /* __USB_PD_CONFIG_H */
+#endif /* __CROS_EC_USB_PD_CONFIG_H */