summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usb_request.h')
-rw-r--r--sys/dev/usb/usb_request.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_request.h b/sys/dev/usb/usb_request.h
index ac7a7c1..74823af 100644
--- a/sys/dev/usb/usb_request.h
+++ b/sys/dev/usb/usb_request.h
@@ -89,5 +89,7 @@ usb_error_t usbd_req_reset_tt(struct usb_device *udev, struct mtx *mtx,
uint8_t port);
usb_error_t usbd_req_clear_tt_buffer(struct usb_device *udev, struct mtx *mtx,
uint8_t port, uint8_t addr, uint8_t type, uint8_t endpoint);
+usb_error_t usbd_req_set_port_link_state(struct usb_device *udev,
+ struct mtx *mtx, uint8_t port, uint8_t link_state);
#endif /* _USB_REQUEST_H_ */
OpenPOWER on IntegriCloud