Changeset b724494 in mainline for uspace/drv/bus/usb/xhci/endpoint.h
- Timestamp:
- 2017-10-23T21:26:22Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ec700c7
- Parents:
- 327f147
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/endpoint.h
r327f147 rb724494 122 122 int xhci_device_remove_endpoint(xhci_device_t *, xhci_endpoint_t *); 123 123 xhci_endpoint_t * xhci_device_get_endpoint(xhci_device_t *, usb_endpoint_t); 124 int xhci_device_configure(xhci_device_t *, xhci_hc_t *);125 124 126 125 static inline xhci_device_t * xhci_device_get(device_t *dev)
Note:
See TracChangeset
for help on using the changeset viewer.