From 72b5b3f9b550bda0a3a8d91206f23d3aa2d4d03d Mon Sep 17 00:00:00 2001 From: Masao Uebayashi Date: Tue, 10 Feb 2015 13:19:08 +0000 Subject: Convert header paths. --- sys/dev/usb/dwc2/dwc2.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'sys/dev/usb/dwc2/dwc2.h') diff --git a/sys/dev/usb/dwc2/dwc2.h b/sys/dev/usb/dwc2/dwc2.h index ba6377bf580..32e58b523e0 100644 --- a/sys/dev/usb/dwc2/dwc2.h +++ b/sys/dev/usb/dwc2/dwc2.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dwc2.h,v 1.2 2015/02/10 12:58:47 uebayasi Exp $ */ +/* $OpenBSD: dwc2.h,v 1.3 2015/02/10 13:19:07 uebayasi Exp $ */ /* $NetBSD: dwc2.h,v 1.4 2014/12/23 16:20:06 macallan Exp $ */ /*- @@ -36,12 +36,14 @@ #include #include -#include -#include +#include +#include -#include +#include +#if 0 #include "opt_usb.h" +#endif // #define VERBOSE_DEBUG // #define DWC2_DUMP_FRREM // #define CONFIG_USB_DWC2_TRACK_MISSED_SOFS -- cgit v1.2.3