Changeset eaf5e86 in mainline for uspace/drv/bus/usb/xhci/endpoint.h
- Timestamp:
- 2017-10-11T13:18:54Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 63adb18
- Parents:
- ac18b08
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/endpoint.h
rac18b08 reaf5e86 56 56 /** Connector structure linking endpoint context to the endpoint. */ 57 57 typedef struct xhci_endpoint { 58 58 uint32_t slot_id; 59 59 } xhci_endpoint_t; 60 60 … … 64 64 static inline xhci_endpoint_t * endpoint_get(const endpoint_t *ep) 65 65 { 66 67 66 assert(ep); 67 return ep->hc_data.data; 68 68 } 69 69
Note:
See TracChangeset
for help on using the changeset viewer.