From a18827ec0e5a865113f3344d19012361dc6f5413 Mon Sep 17 00:00:00 2001 From: thompsa Date: Mon, 15 Jun 2009 01:09:19 +0000 Subject: Fix _USB2_* refernces in the header protection defines. --- sys/dev/usb/usbhid.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/usb/usbhid.h') diff --git a/sys/dev/usb/usbhid.h b/sys/dev/usb/usbhid.h index 1cffe3c..591a3b2 100644 --- a/sys/dev/usb/usbhid.h +++ b/sys/dev/usb/usbhid.h @@ -26,8 +26,8 @@ * SUCH DAMAGE. */ -#ifndef _USB2_HID_H_ -#define _USB2_HID_H_ +#ifndef _USB_HID_H_ +#define _USB_HID_H_ #include @@ -173,4 +173,4 @@ struct usb_hid_descriptor { #define HIO_VOLATILE 0x080 #define HIO_BUFBYTES 0x100 -#endif /* _USB2_HID_H_ */ +#endif /* _USB_HID_H_ */ -- cgit v1.1