summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_generic.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-06-15 01:02:43 +0000
committerthompsa <thompsa@FreeBSD.org>2009-06-15 01:02:43 +0000
commit06303d491a0f2982d6774156ea92ce9b41f9b12c (patch)
treeb384d18397090617ec2f5b76c9e0ba67f45456c3 /sys/dev/usb/usb_generic.h
parent59f1f60cfaca26c7758f2642afca8d6500b9a06a (diff)
downloadFreeBSD-src-06303d491a0f2982d6774156ea92ce9b41f9b12c.zip
FreeBSD-src-06303d491a0f2982d6774156ea92ce9b41f9b12c.tar.gz
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
Diffstat (limited to 'sys/dev/usb/usb_generic.h')
-rw-r--r--sys/dev/usb/usb_generic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_generic.h b/sys/dev/usb/usb_generic.h
index 96b9d1d..1b6ea12 100644
--- a/sys/dev/usb/usb_generic.h
+++ b/sys/dev/usb/usb_generic.h
@@ -27,7 +27,7 @@
#ifndef _USB2_GENERIC_H_
#define _USB2_GENERIC_H_
-extern struct usb_fifo_methods usb2_ugen_methods;
+extern struct usb_fifo_methods usb_ugen_methods;
int ugen_do_request(struct usb_fifo *f, struct usb_ctl_request *ur);
#endif /* _USB2_GENERIC_H_ */
OpenPOWER on IntegriCloud