Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/dev/usb/usb_request.h 233771 2012-04-02 07:51:30Z hselasky $ */
---
> /* $FreeBSD: head/sys/dev/usb/usb_request.h 250207 2013-05-03 11:10:04Z hselasky $ */
47c47
< struct malloc_type *mtype, uint8_t conf_index);
---
> uint8_t conf_index);
96a97,99
> void * usbd_alloc_config_desc(struct usb_device *, uint32_t);
> void usbd_free_config_desc(struct usb_device *, void *);
>