Changeset ad79d80 in mainline for uspace/lib/usb/src/remotedrv.c
- Timestamp:
- 2010-12-10T10:33:24Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a880374
- Parents:
- 99ea659c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/remotedrv.c
r99ea659c rad79d80 300 300 */ 301 301 static void remote_in_callback(usb_hc_device_t *hc, 302 usb_transaction_outcome_t outcome, size_t actual_size, void *arg)302 size_t actual_size, usb_transaction_outcome_t outcome, void *arg) 303 303 { 304 304 transfer_info_t *transfer = (transfer_info_t *) arg;
Note:
See TracChangeset
for help on using the changeset viewer.