summaryrefslogtreecommitdiff
path: root/include/usb_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb_api.h')
-rw-r--r--include/usb_api.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/usb_api.h b/include/usb_api.h
index 193c948fb6..c73360fce0 100644
--- a/include/usb_api.h
+++ b/include/usb_api.h
@@ -9,8 +9,8 @@
* implementation.
*/
-#ifndef USB_API_H
-#define USB_API_H
+#ifndef __CROS_EC_USB_API_H
+#define __CROS_EC_USB_API_H
/*
* Initialize the USB peripheral, enabling its clock and configuring the DP/DN
@@ -42,4 +42,4 @@ void usb_disconnect(void);
*/
void usb_release(void);
-#endif /* USB_API_H */
+#endif /* __CROS_EC_USB_API_H */