aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/serial/usb_serial.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/serial/usb_serial.h')
-rw-r--r--sys/dev/usb/serial/usb_serial.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/serial/usb_serial.h b/sys/dev/usb/serial/usb_serial.h
index 66a65da15714..94f82f1b3fb0 100644
--- a/sys/dev/usb/serial/usb_serial.h
+++ b/sys/dev/usb/serial/usb_serial.h
@@ -64,8 +64,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _USB2_SERIAL_H_
-#define _USB2_SERIAL_H_
+#ifndef _USB_SERIAL_H_
+#define _USB_SERIAL_H_
#include <sys/tty.h>
#include <sys/serial.h>
@@ -196,4 +196,4 @@ uint8_t ucom_get_data(struct ucom_softc *, struct usb_page_cache *,
void ucom_put_data(struct ucom_softc *, struct usb_page_cache *,
uint32_t, uint32_t);
uint8_t ucom_cfg_is_gone(struct ucom_softc *);
-#endif /* _USB2_SERIAL_H_ */
+#endif /* _USB_SERIAL_H_ */