Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/dev/usb/usb_debug.h 193644 2009-06-07 19:41:11Z thompsa $ */
---
> /* $FreeBSD: head/sys/dev/usb/usb_debug.h 194228 2009-06-15 01:02:43Z thompsa $ */
36c36
< extern int usb2_debug;
---
> extern int usb_debug;
59,63c59,63
< void usb2_dump_iface(struct usb_interface *iface);
< void usb2_dump_device(struct usb_device *udev);
< void usb2_dump_queue(struct usb_endpoint *ep);
< void usb2_dump_endpoint(struct usb_endpoint *ep);
< void usb2_dump_xfer(struct usb_xfer *xfer);
---
> void usb_dump_iface(struct usb_interface *iface);
> void usb_dump_device(struct usb_device *udev);
> void usb_dump_queue(struct usb_endpoint *ep);
> void usb_dump_endpoint(struct usb_endpoint *ep);
> void usb_dump_xfer(struct usb_xfer *xfer);