Changeset d60115a in mainline for uspace/drv/bus/usb/ohci/ohci_bus.h
- Timestamp:
- 2018-01-17T17:55:35Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8ad2b0a
- Parents:
- ed8575f
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-17 17:54:31)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-17 17:55:35)
- File:
-
- 1 edited
-
uspace/drv/bus/usb/ohci/ohci_bus.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/ohci_bus.h
red8575f rd60115a 51 51 /** Currently enqueued transfer descriptor */ 52 52 td_t *td; 53 /** Linked list used by driver software */ 54 link_t link; 53 /** Link in endpoint_list*/ 54 link_t eplist_link; 55 /** Link in pending_endpoints */ 56 link_t pending_link; 55 57 } ohci_endpoint_t; 56 58
Note:
See TracChangeset
for help on using the changeset viewer.
