diff options
author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-06-15 01:09:19 +0000 |
---|---|---|
committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-06-15 01:09:19 +0000 |
commit | 759736470cac5ee5c7e86400bff165c7af6b400b (patch) | |
tree | af0fbf698060c5187808f586e9f5e462430088e3 /sys/dev/usb/usb_ioctl.h | |
parent | 0b220aa2e894daaab04b841da04513a64bbc3269 (diff) | |
download | src-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/usb_ioctl.h')
-rw-r--r-- | sys/dev/usb/usb_ioctl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_ioctl.h b/sys/dev/usb/usb_ioctl.h index a59cb120c33e..7043c5517057 100644 --- a/sys/dev/usb/usb_ioctl.h +++ b/sys/dev/usb/usb_ioctl.h @@ -26,8 +26,8 @@ * SUCH DAMAGE. */ -#ifndef _USB2_IOCTL_H_ -#define _USB2_IOCTL_H_ +#ifndef _USB_IOCTL_H_ +#define _USB_IOCTL_H_ #include <sys/ioccom.h> @@ -272,4 +272,4 @@ struct usb_gen_quirk { #define USB_DEV_QUIRK_ADD _IOW ('Q', 2, struct usb_gen_quirk) #define USB_DEV_QUIRK_REMOVE _IOW ('Q', 3, struct usb_gen_quirk) -#endif /* _USB2_IOCTL_H_ */ +#endif /* _USB_IOCTL_H_ */ |