aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdi.h
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2014-06-11 06:45:52 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2014-06-11 06:45:52 +0000
commitc7281741a6aeef5d1ce41adf3226182c59cd3c99 (patch)
treef491b811c53d98d6594d5c5d452905136869ca57 /sys/dev/usb/usbdi.h
parentaeaff16869e335964425062e7373ccdd5c36d397 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/usbdi.h')
-rw-r--r--sys/dev/usb/usbdi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdi.h b/sys/dev/usb/usbdi.h
index b88974bbafe2..82a586057a61 100644
--- a/sys/dev/usb/usbdi.h
+++ b/sys/dev/usb/usbdi.h
@@ -566,6 +566,8 @@ void usbd_m_copy_in(struct usb_page_cache *cache, usb_frlength_t dst_offset,
void usbd_frame_zero(struct usb_page_cache *cache, usb_frlength_t offset,
usb_frlength_t len);
void usbd_start_re_enumerate(struct usb_device *udev);
+usb_error_t
+ usbd_start_set_config(struct usb_device *, uint8_t);
int usb_fifo_attach(struct usb_device *udev, void *priv_sc,
struct mtx *priv_mtx, struct usb_fifo_methods *pm,