Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/dev/usb/usb_device.h 246759 2013-02-13 12:35:17Z hselasky $ */
---
> /* $FreeBSD: head/sys/dev/usb/usb_device.h 250204 2013-05-03 09:23:06Z hselasky $ */
188a189
> #if (USB_HAVE_FIXED_IFACE == 0)
189a191,193
> #else
> struct usb_interface ifaces[USB_IFACE_MAX];
> #endif
190a195
> #if (USB_HAVE_FIXED_ENDPOINT == 0)
191a197,199
> #else
> struct usb_endpoint endpoints[USB_MAX_EP_UNITS];
> #endif