Changeset bd41ac52 in mainline for uspace/lib/usb/src/port.c
- Timestamp:
- 2018-08-25T22:21:25Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cca80a2
- Parents:
- e2625b1a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/port.c
re2625b1a rbd41ac52 237 237 } 238 238 239 int usb_port_condvar_wait_timeout(usb_port_t *port, fibril_condvar_t *cv, suseconds_t timeout) 239 int usb_port_condvar_wait_timeout(usb_port_t *port, fibril_condvar_t *cv, 240 usec_t timeout) 240 241 { 241 242 assert(port);
Note:
See TracChangeset
for help on using the changeset viewer.