summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_controller.h
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2013-12-19 07:13:59 +0000
committerhselasky <hselasky@FreeBSD.org>2013-12-19 07:13:59 +0000
commitbb0a5fd29c17e4f80c932a88a0a36ec91bb0a1a9 (patch)
treea99cb3a88d3ab55200c6a0d15bd4fa1cde68f170 /sys/dev/usb/usb_controller.h
parentfec40af99015be45b1e94def23b2fd2bdff11691 (diff)
downloadFreeBSD-src-bb0a5fd29c17e4f80c932a88a0a36ec91bb0a1a9.zip
FreeBSD-src-bb0a5fd29c17e4f80c932a88a0a36ec91bb0a1a9.tar.gz
MFC r259023 and r259095:
Improve the XHCI command timeout recovery handling code. Fix some typos while at it.
Diffstat (limited to 'sys/dev/usb/usb_controller.h')
-rw-r--r--sys/dev/usb/usb_controller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_controller.h b/sys/dev/usb/usb_controller.h
index 3ee6f04..6a2f6b0 100644
--- a/sys/dev/usb/usb_controller.h
+++ b/sys/dev/usb/usb_controller.h
@@ -191,6 +191,7 @@ void usb_bus_mem_flush_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb);
uint8_t usb_bus_mem_alloc_all(struct usb_bus *bus, bus_dma_tag_t dmat, usb_bus_mem_cb_t *cb);
void usb_bus_mem_free_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb);
uint16_t usb_isoc_time_expand(struct usb_bus *bus, uint16_t isoc_time_curr);
+void usb_bus_reset_async_locked(struct usb_bus *bus);
#if USB_HAVE_TT_SUPPORT
uint8_t usbd_fs_isoc_schedule_alloc_slot(struct usb_xfer *isoc_xfer, uint16_t isoc_time);
#endif
OpenPOWER on IntegriCloud