Changeset d7869d7e in mainline for uspace/drv/bus/usb/xhci/endpoint.h


Ignore:
Timestamp:
2017-10-14T17:21:26Z (7 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
867b375
Parents:
2297fab
Message:

Reading assigned USB addresses, issuing Configure Endpoint commands to devices if needed.

File:
1 edited

Legend:

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

    r2297fab rd7869d7e  
    4343#include <usb/host/hcd.h>
    4444
     45#include "hc.h"
     46
    4547typedef struct xhci_device xhci_device_t;
    4648typedef struct xhci_endpoint xhci_endpoint_t;
     
    8587int xhci_device_remove_endpoint(xhci_device_t *, xhci_endpoint_t *);
    8688xhci_endpoint_t * xhci_device_get_endpoint(xhci_device_t *, usb_endpoint_t);
     89int xhci_device_configure(xhci_device_t *, xhci_hc_t *);
    8790
    8891static inline xhci_endpoint_t * xhci_endpoint_get(endpoint_t *ep)
Note: See TracChangeset for help on using the changeset viewer.