Changeset 4db49344 in mainline for uspace/drv/bus/usb/xhci/endpoint.h
- Timestamp:
- 2018-01-23T21:52:28Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3dd80f8
- Parents:
- a6afb4c
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-23 20:49:35)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-23 21:52:28)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/endpoint.h
ra6afb4c r4db49344 70 70 endpoint_t base; /**< Inheritance. Keep this first. */ 71 71 72 /** Guarding scheduling of this endpoint. */ 73 fibril_mutex_t guard; 74 72 75 /** Main transfer ring (unused if streams are enabled) */ 73 76 xhci_trb_ring_t ring;
Note:
See TracChangeset
for help on using the changeset viewer.