Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/include/usb/host/hcd.h

    ra76b01b4 r7711296  
    6161        void (*ep_remove_hook)(hcd_t *, endpoint_t *);
    6262};
    63 
     63/*----------------------------------------------------------------------------*/
    6464/** Initialize hcd_t structure.
    6565 * Initializes device and endpoint managers. Sets data and hook pointer to NULL.
     
    7979        hcd->ep_remove_hook = NULL;
    8080}
    81 
     81/*----------------------------------------------------------------------------*/
    8282/** Check registered endpoints and reset toggle bit if necessary.
    8383 * @param hcd hcd_t structure, non-null.
     
    9292            &hcd->ep_manager, target, (const uint8_t *)setup_data);
    9393}
    94 
     94/*----------------------------------------------------------------------------*/
    9595/** Data retrieve wrapper.
    9696 * @param fun ddf function, non-null.
     
    102102        return fun->driver_data;
    103103}
    104 
     104/*----------------------------------------------------------------------------*/
    105105extern usbhc_iface_t hcd_iface;
    106106
Note: See TracChangeset for help on using the changeset viewer.