Changeset 306a36d in mainline for uspace/drv/bus/usb/xhci/hc.h
- Timestamp:
- 2017-11-19T23:43:31Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ff14aede
- Parents:
- e76c0ea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hc.h
re76c0ea r306a36d 110 110 int hc_add_endpoint(xhci_hc_t *, uint32_t, uint8_t, xhci_ep_ctx_t *); 111 111 int hc_drop_endpoint(xhci_hc_t *, uint32_t, uint8_t); 112 int hc_update_endpoint(xhci_hc_t *, uint32_t, uint8_t, xhci_ep_ctx_t *); 112 113 113 114 #endif
Note:
See TracChangeset
for help on using the changeset viewer.