Changeset f971e957 in mainline for uspace/drv/bus/usb/xhci/endpoint.h
- Timestamp:
- 2017-10-16T12:03:56Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bb784ae
- Parents:
- 3afcf68
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/endpoint.h
r3afcf68 rf971e957 97 97 void xhci_device_fini(xhci_device_t *); 98 98 99 uint8_t xhci_endpoint_ctx_offset(xhci_endpoint_t *); 100 99 101 int xhci_device_add_endpoint(xhci_device_t *, xhci_endpoint_t *); 100 102 int xhci_device_remove_endpoint(xhci_device_t *, xhci_endpoint_t *);
Note:
See TracChangeset
for help on using the changeset viewer.