summaryrefslogtreecommitdiff
path: root/include/usb_pd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb_pd.h')
-rw-r--r--include/usb_pd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/usb_pd.h b/include/usb_pd.h
index 2ed26431d9..7e3a0a61e3 100644
--- a/include/usb_pd.h
+++ b/include/usb_pd.h
@@ -5,8 +5,8 @@
/* USB Power delivery module */
-#ifndef __USB_PD_H
-#define __USB_PD_H
+#ifndef __CROS_EC_USB_PD_H
+#define __CROS_EC_USB_PD_H
#include "common.h"
@@ -1558,4 +1558,4 @@ static inline void pd_log_event(uint8_t type, uint8_t size_port,
static inline int pd_vdm_get_log_entry(uint32_t *payload) { return 0; }
#endif /* CONFIG_USB_PD_LOGGING */
-#endif /* __USB_PD_H */
+#endif /* __CROS_EC_USB_PD_H */