Changeset d60115a in mainline for uspace/drv/bus/usb/ohci/hc.h
- Timestamp:
- 2018-01-17T17:55:35Z (7 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
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hc.h
red8575f rd60115a 70 70 endpoint_list_t lists[4]; 71 71 72 /** List of active transfers */73 list_t pending_ batches;72 /** List of active endpoints */ 73 list_t pending_endpoints; 74 74 75 75 /** Guards schedule and endpoint manipulation */
Note:
See TracChangeset
for help on using the changeset viewer.