Changeset 913007f in mainline for uspace/drv/bus/usb/xhci/commands.c
- Timestamp:
- 2017-10-19T21:40:57Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fe1c48d
- Parents:
- 2896ff6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/commands.c
r2896ff6 r913007f 76 76 } 77 77 78 int xhci_cmd_wait(xhci_cmd_t *cmd) 79 { 80 const suseconds_t timeout = 1000000; 78 int xhci_cmd_wait(xhci_cmd_t *cmd, suseconds_t timeout) 79 { 81 80 int rv = EOK; 82 81
Note:
See TracChangeset
for help on using the changeset viewer.