summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_generic.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-05-28 17:36:36 +0000
committerthompsa <thompsa@FreeBSD.org>2009-05-28 17:36:36 +0000
commitaf6fb4f3d2a2950c2a2c95bc3148ee16510149de (patch)
tree3036722a60a7a9ddd5122172e56736f3e128664b /sys/dev/usb/usb_generic.h
parentd691011026fb63bdede5854aaa7547c7c019cd38 (diff)
downloadFreeBSD-src-af6fb4f3d2a2950c2a2c95bc3148ee16510149de.zip
FreeBSD-src-af6fb4f3d2a2950c2a2c95bc3148ee16510149de.tar.gz
s/usb2_/usb_/ on all C structs for the USB stack.
Diffstat (limited to 'sys/dev/usb/usb_generic.h')
-rw-r--r--sys/dev/usb/usb_generic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_generic.h b/sys/dev/usb/usb_generic.h
index 3a4e7c9..96b9d1d 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 usb2_fifo_methods usb2_ugen_methods;
-int ugen_do_request(struct usb2_fifo *f, struct usb2_ctl_request *ur);
+extern struct usb_fifo_methods usb2_ugen_methods;
+int ugen_do_request(struct usb_fifo *f, struct usb_ctl_request *ur);
#endif /* _USB2_GENERIC_H_ */
OpenPOWER on IntegriCloud