summaryrefslogtreecommitdiff
path: root/chip/stm32/usb-stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/usb-stream.h')
-rw-r--r--chip/stm32/usb-stream.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chip/stm32/usb-stream.h b/chip/stm32/usb-stream.h
index 97816afa05..c99fd3e695 100644
--- a/chip/stm32/usb-stream.h
+++ b/chip/stm32/usb-stream.h
@@ -2,8 +2,8 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#ifndef CHIP_STM32_USB_STREAM_H
-#define CHIP_STM32_USB_STREAM_H
+#ifndef __CROS_EC_USB_STREAM_H
+#define __CROS_EC_USB_STREAM_H
/* STM32 USB STREAM driver for Chrome EC */
@@ -206,4 +206,4 @@ void usb_stream_tx(struct usb_stream_config const *config);
void usb_stream_rx(struct usb_stream_config const *config);
void usb_stream_reset(struct usb_stream_config const *config);
-#endif /* CHIP_STM32_USB_STREAM_H */
+#endif /* __CROS_EC_USB_STREAM_H */