Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/ohci_endpoint.h

    r57e06ef r620c710  
    5151        /** Linked list used by driver software */
    5252        link_t link;
     53        /** Device using this ep */
     54        hcd_t *hcd;
    5355} ohci_endpoint_t;
    5456
    5557int ohci_endpoint_init(hcd_t *hcd, endpoint_t *ep);
    56 void ohci_endpoint_fini(hcd_t *hcd, endpoint_t *ep);
    5758
    5859/** Get and convert assigned ohci_endpoint_t structure
     
    6061 * @return Pointer to assigned hcd endpoint structure
    6162 */
    62 static inline ohci_endpoint_t * ohci_endpoint_get(const endpoint_t *ep)
     63static inline ohci_endpoint_t * ohci_endpoint_get(endpoint_t *ep)
    6364{
    6465        assert(ep);
Note: See TracChangeset for help on using the changeset viewer.