summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usb_parse.h')
-rw-r--r--sys/dev/usb/usb_parse.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_parse.h b/sys/dev/usb/usb_parse.h
index fc5f683..2ed1329 100644
--- a/sys/dev/usb/usb_parse.h
+++ b/sys/dev/usb/usb_parse.h
@@ -24,8 +24,8 @@
* SUCH DAMAGE.
*/
-#ifndef _USB2_PARSE_H_
-#define _USB2_PARSE_H_
+#ifndef _USB_PARSE_H_
+#define _USB_PARSE_H_
/* structures */
@@ -51,4 +51,4 @@ uint8_t usbd_get_no_descriptors(struct usb_config_descriptor *cd,
uint8_t usbd_get_no_alts(struct usb_config_descriptor *cd,
struct usb_interface_descriptor *id);
-#endif /* _USB2_PARSE_H_ */
+#endif /* _USB_PARSE_H_ */
OpenPOWER on IntegriCloud