Changeset c9ce62ae in mainline for uspace/drv/bus/usb/xhci/commands.h


Ignore:
Timestamp:
2017-07-13T18:42:42Z (8 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4fa5342
Parents:
665bf3c
Message:

Added sending function for the evaluate context command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/commands.h

    r665bf3c rc9ce62ae  
    4646int xhci_send_address_device_command(xhci_hc_t *, uint32_t, xhci_input_ctx_t *);
    4747int xhci_send_configure_endpoint_command(xhci_hc_t *, uint32_t, xhci_input_ctx_t *);
     48int xhci_send_evaluate_context_command(xhci_hc_t *, uint32_t, xhci_input_ctx_t *);
    4849
    4950int xhci_handle_command_completion(xhci_hc_t *, xhci_trb_t *);
Note: See TracChangeset for help on using the changeset viewer.