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


Ignore:
Timestamp:
2017-10-17T10:09:40Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
95c675b
Parents:
bb784ae
Message:

xhci: cleanup

And by the way… the USB mouse is now working :)

File:
1 edited

Legend:

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

    rbb784ae rdbf32b1  
    9797void xhci_device_fini(xhci_device_t *);
    9898
    99 uint8_t xhci_endpoint_ctx_offset(xhci_endpoint_t *);
     99uint8_t xhci_endpoint_index(xhci_endpoint_t *);
    100100
    101101int xhci_device_add_endpoint(xhci_device_t *, xhci_endpoint_t *);
Note: See TracChangeset for help on using the changeset viewer.