summaryrefslogtreecommitdiff
path: root/driver/pi3usb30532.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/pi3usb30532.h')
-rw-r--r--driver/pi3usb30532.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/driver/pi3usb30532.h b/driver/pi3usb30532.h
index f99c9561bb..c24edeb976 100644
--- a/driver/pi3usb30532.h
+++ b/driver/pi3usb30532.h
@@ -5,8 +5,8 @@
* Pericom PI3USB30532 USB port switch driver.
*/
-#ifndef PI3USB30532_H
-#define PI3USB30532_H
+#ifndef __CROS_EC_PI3USB30532_H
+#define __CROS_EC_PI3USB30532_H
#include <inttypes.h>
@@ -75,4 +75,4 @@ int pi3usb30532_set_switch(uint8_t chip_idx, uint8_t mode);
/* Resets PI3USB30532 to power on default value */
int pi3usb30532_reset(uint8_t chip_idx);
-#endif /* PI3USB30532_H */
+#endif /* __CROS_EC_PI3USB30532_H */