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


Ignore:
Timestamp:
2017-10-16T12:03:56Z (8 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.c

    r3afcf68 rf971e957  
    8181}
    8282
    83 static inline uint8_t xhci_endpoint_ctx_offset(xhci_endpoint_t *ep)
     83uint8_t xhci_endpoint_ctx_offset(xhci_endpoint_t *ep)
    8484{
    8585        /* 0 is slot ctx, 1 is EP0, then it's EP1 out, in, EP2 out, in, etc. */
Note: See TracChangeset for help on using the changeset viewer.