Changeset 0eadfd1e in mainline for uspace/drv/bus/usb/xhci/endpoint.h
- Timestamp:
- 2018-01-09T14:14:32Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dfa1fc8
- Parents:
- 17c5e62
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/endpoint.h
r17c5e62 r0eadfd1e 150 150 int xhci_endpoint_init(xhci_endpoint_t *, device_t *, const usb_endpoint_descriptors_t *); 151 151 void xhci_endpoint_fini(xhci_endpoint_t *); 152 int xhci_endpoint_alloc_transfer_ds(xhci_endpoint_t *);153 void xhci_endpoint_free_transfer_ds(xhci_endpoint_t *);154 152 155 153 int xhci_endpoint_request_streams(xhci_hc_t *, xhci_device_t *, xhci_endpoint_t *, unsigned);
Note:
See TracChangeset
for help on using the changeset viewer.