diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-03-20 21:50:54 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-03-20 21:50:54 +0000 |
| commit | 578d0eff90183f6bb6a9c529ca7ef67f01a17662 (patch) | |
| tree | 2c0305c112077574481c91ab5419d169d6341a3b /sys/dev/usb/usb_request.h | |
| parent | bdc081c60ff09707a85971b94c9177d16cc72033 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usb_request.h')
| -rw-r--r-- | sys/dev/usb/usb_request.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/usb/usb_request.h b/sys/dev/usb/usb_request.h index 402daa002c3e1..7daef4c6f2b53 100644 --- a/sys/dev/usb/usb_request.h +++ b/sys/dev/usb/usb_request.h @@ -30,11 +30,11 @@ struct usb2_process; usb2_error_t usb2_do_request_flags(struct usb2_device *udev, struct mtx *mtx, - struct usb2_device_request *req, void *data, uint32_t flags, - uint16_t *actlen, uint32_t timeout); + struct usb2_device_request *req, void *data, uint16_t flags, + uint16_t *actlen, usb2_timeout_t timeout); usb2_error_t usb2_do_request_proc(struct usb2_device *udev, struct usb2_process *pproc, - struct usb2_device_request *req, void *data, uint32_t flags, - uint16_t *actlen, uint32_t timeout); + struct usb2_device_request *req, void *data, uint16_t flags, + uint16_t *actlen, usb2_timeout_t timeout); usb2_error_t usb2_req_clear_hub_feature(struct usb2_device *udev, struct mtx *mtx, uint16_t sel); usb2_error_t usb2_req_clear_port_feature(struct usb2_device *udev, |
