Changeset 6832245 in mainline for uspace/lib/usbhost/src/bandwidth.c
- Timestamp:
- 2017-12-14T23:01:57Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 837d53d
- Parents:
- bd05140
- git-author:
- Ondřej Hlavatý <aearsis@…> (2017-12-14 23:01:54)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2017-12-14 23:01:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/bandwidth.c
rbd05140 r6832245 48 48 * @param max_packet_size Maximum bytes in one packet. 49 49 */ 50 s ize_t bandwidth_count_usb11(endpoint_t *ep, size_t size)50 ssize_t bandwidth_count_usb11(endpoint_t *ep, size_t size) 51 51 { 52 52 assert(ep); … … 102 102 * @param max_packet_size Maximum bytes in one packet. 103 103 */ 104 s ize_t bandwidth_count_usb20(endpoint_t *ep, size_t size)104 ssize_t bandwidth_count_usb20(endpoint_t *ep, size_t size) 105 105 { 106 106 assert(ep);
Note:
See TracChangeset
for help on using the changeset viewer.