Deleted Added
full compact
1c1
< /* $FreeBSD: head/lib/libusb20/libusb20.h 184610 2008-11-04 02:31:03Z alfred $ */
---
> /* $FreeBSD: head/lib/libusb20/libusb20.h 185087 2008-11-19 08:56:35Z alfred $ */
202c202
< int libusb20_tr_open(struct libusb20_transfer *xfer, uint32_t pMaxBufSize, uint32_t MaxFrameCount, uint8_t ep_no);
---
> int libusb20_tr_open(struct libusb20_transfer *xfer, uint32_t max_buf_size, uint32_t max_frame_count, uint8_t ep_no);
299a300
> struct libusb20_backend *libusb20_be_alloc_ugen20(void);