aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/quirk/usb_quirk.h
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2009-06-15 01:09:19 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2009-06-15 01:09:19 +0000
commit759736470cac5ee5c7e86400bff165c7af6b400b (patch)
treeaf0fbf698060c5187808f586e9f5e462430088e3 /sys/dev/usb/quirk/usb_quirk.h
parent0b220aa2e894daaab04b841da04513a64bbc3269 (diff)
downloadsrc-759736470cac5ee5c7e86400bff165c7af6b400b.tar.gz
src-759736470cac5ee5c7e86400bff165c7af6b400b.zip
Fix _USB2_* refernces in the header protection defines.
Notes
Notes: svn path=/head/; revision=194230
Diffstat (limited to 'sys/dev/usb/quirk/usb_quirk.h')
-rw-r--r--sys/dev/usb/quirk/usb_quirk.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/quirk/usb_quirk.h b/sys/dev/usb/quirk/usb_quirk.h
index c9223e87aa23..4912440a899e 100644
--- a/sys/dev/usb/quirk/usb_quirk.h
+++ b/sys/dev/usb/quirk/usb_quirk.h
@@ -24,8 +24,8 @@
* SUCH DAMAGE.
*/
-#ifndef _USB2_QUIRK_H_
-#define _USB2_QUIRK_H_
+#ifndef _USB_QUIRK_H_
+#define _USB_QUIRK_H_
/* NOTE: UQ_NONE is not a valid quirk */
enum { /* keep in sync with usb_quirk_str table */
@@ -56,4 +56,4 @@ enum { /* keep in sync with usb_quirk_str table */
USB_QUIRK_MAX
};
-#endif /* _USB2_QUIRK_H_ */
+#endif /* _USB_QUIRK_H_ */