summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_debug.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_debug.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_debug.h')
-rw-r--r--sys/dev/usb/usb_debug.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/dev/usb/usb_debug.h b/sys/dev/usb/usb_debug.h
index 9ddd597..38869bc 100644
--- a/sys/dev/usb/usb_debug.h
+++ b/sys/dev/usb/usb_debug.h
@@ -51,15 +51,15 @@ extern int usb2_debug;
#endif
#endif
-struct usb2_interface;
-struct usb2_device;
-struct usb2_pipe;
-struct usb2_xfer;
+struct usb_interface;
+struct usb_device;
+struct usb_pipe;
+struct usb_xfer;
-void usb2_dump_iface(struct usb2_interface *iface);
-void usb2_dump_device(struct usb2_device *udev);
-void usb2_dump_queue(struct usb2_pipe *pipe);
-void usb2_dump_pipe(struct usb2_pipe *pipe);
-void usb2_dump_xfer(struct usb2_xfer *xfer);
+void usb2_dump_iface(struct usb_interface *iface);
+void usb2_dump_device(struct usb_device *udev);
+void usb2_dump_queue(struct usb_pipe *pipe);
+void usb2_dump_pipe(struct usb_pipe *pipe);
+void usb2_dump_xfer(struct usb_xfer *xfer);
#endif /* _USB2_DEBUG_H_ */
OpenPOWER on IntegriCloud