Changeset 665bf3c in mainline for uspace/drv/bus/usb/xhci/commands.h
- Timestamp:
- 2017-07-13T18:28:19Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c9ce62a
- Parents:
- 8db42f7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/commands.h
r8db42f7 r665bf3c 45 45 int xhci_send_disable_slot_command(xhci_hc_t *, uint32_t); 46 46 int xhci_send_address_device_command(xhci_hc_t *, uint32_t, xhci_input_ctx_t *); 47 int xhci_send_configure_endpoint_command(xhci_hc_t *, uint32_t, xhci_input_ctx_t *); 47 48 48 49 int xhci_handle_command_completion(xhci_hc_t *, xhci_trb_t *);
Note:
See TracChangeset
for help on using the changeset viewer.