Changeset db51a6a6 in mainline for uspace/lib/usbhost/include
- Timestamp:
- 2018-01-22T12:20:14Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 998773d
- Parents:
- b3c39690
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-22 12:18:02)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-22 12:20:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h
rb3c39690 rdb51a6a6 80 80 size_t buffer_size; 81 81 /** Actually used portion of the buffer */ 82 size_t transfer ed_size;82 size_t transferred_size; 83 83 84 84 /** Indicates success/failure of the communication */
Note:
See TracChangeset
for help on using the changeset viewer.