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


Ignore:
Timestamp:
2017-10-16T12:03:56Z (7 years ago)
Author:
Michal Staruch <salmelu@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bb784ae
Parents:
3afcf68
Message:

Removed hardcoded target for doorbell

File:
1 edited

Legend:

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

    r3afcf68 rf971e957  
    9797void xhci_device_fini(xhci_device_t *);
    9898
     99uint8_t xhci_endpoint_ctx_offset(xhci_endpoint_t *);
     100
    99101int xhci_device_add_endpoint(xhci_device_t *, xhci_endpoint_t *);
    100102int xhci_device_remove_endpoint(xhci_device_t *, xhci_endpoint_t *);
Note: See TracChangeset for help on using the changeset viewer.