Changeset b357377 in mainline for uspace/lib/usbhost/include/usb/host/bus.h
- Timestamp:
- 2018-01-25T02:05:57Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d369b3b
- Parents:
- 5f0b366
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-25 01:23:20)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-25 02:05:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/bus.h
r5f0b366 rb357377 120 120 void (*endpoint_unregister)(endpoint_t *); 121 121 void (*endpoint_destroy)(endpoint_t *); /**< Optional */ 122 ssize_t (*endpoint_count_bw) (endpoint_t *, size_t); /**< Optional */123 122 usb_transfer_batch_t *(*batch_create)(endpoint_t *); /**< Optional */ 124 123
Note:
See TracChangeset
for help on using the changeset viewer.