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


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

Added ADDRESS DEVICE command sender and a basic handler.

File:
1 edited

Legend:

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

    r5ac5eb1 r8db42f7  
    3939typedef struct xhci_hc xhci_hc_t;
    4040typedef struct xhci_trb xhci_trb_t;
     41typedef struct xhci_input_ctx xhci_input_ctx_t;
    4142
    4243int xhci_send_no_op_command(xhci_hc_t *);
    4344int xhci_send_enable_slot_command(xhci_hc_t *);
    4445int xhci_send_disable_slot_command(xhci_hc_t *, uint32_t);
     46int xhci_send_address_device_command(xhci_hc_t *, uint32_t, xhci_input_ctx_t *);
    4547
    4648int xhci_handle_command_completion(xhci_hc_t *, xhci_trb_t *);
Note: See TracChangeset for help on using the changeset viewer.