Changeset b724494 in mainline for uspace/drv/bus/usb/xhci/hc.h
- Timestamp:
- 2017-10-23T21:26:22Z (8 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/hc.h
r327f147 rb724494 96 96 int hc_disable_slot(xhci_hc_t *, uint32_t); 97 97 int hc_address_device(xhci_hc_t *, uint32_t, xhci_input_ctx_t *); 98 int hc_address_rh_device(xhci_hc_t *, uint32_t, uint8_t, xhci_ep_ctx_t *); 99 int hc_configure_device(xhci_hc_t *, uint32_t); 100 int hc_deconfigure_device(xhci_hc_t *, uint32_t); 101 int hc_add_endpoint(xhci_hc_t *, uint32_t, uint8_t, xhci_ep_ctx_t *); 102 int hc_drop_endpoint(xhci_hc_t *, uint32_t, uint8_t); 98 103 99 104 #endif
Note:
See TracChangeset
for help on using the changeset viewer.