summaryrefslogtreecommitdiff
path: root/driver/pi3usb9281.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/pi3usb9281.h')
-rw-r--r--driver/pi3usb9281.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/driver/pi3usb9281.h b/driver/pi3usb9281.h
index 7a23a869b3..929476c81b 100644
--- a/driver/pi3usb9281.h
+++ b/driver/pi3usb9281.h
@@ -5,8 +5,8 @@
* Pericom PI3USB9281 USB port switch.
*/
-#ifndef PI3USB9281_H
-#define PI3USB9281_H
+#ifndef __CROS_EC_PI3USB9281_H
+#define __CROS_EC_PI3USB9281_H
#define PI3USB9281_REG_DEV_ID 0x01
#define PI3USB9281_REG_CONTROL 0x02
@@ -107,4 +107,4 @@ int pi3usb9281_set_switches(int port, int open);
/* Reset PI3USB9281. */
int pi3usb9281_reset(int port);
-#endif /* PI3USB9281_H */
+#endif /* __CROS_EC_PI3USB9281_H */