Changeset a6afb4c in mainline for uspace/lib/usbhost/include/usb/host/bus.h
- Timestamp:
- 2018-01-23T14:02:35Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4db49344
- Parents:
- e7e1fd3
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-23 13:35:50)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-23 14:02:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/bus.h
re7e1fd3 ra6afb4c 84 84 usb_speed_t speed; 85 85 usb_address_t address; 86 endpoint_t *endpoints [ 2 * USB_ENDPOINT_MAX];86 endpoint_t *endpoints [USB_ENDPOINT_COUNT]; 87 87 88 88 /* Managing bus */
Note:
See TracChangeset
for help on using the changeset viewer.