Ignore:
File:
1 edited

Legend:

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

    r77ad86c r9d58539  
    3333 *
    3434 */
    35 
    3635#ifndef LIBUSBHOST_HOST_HCD_H
    3736#define LIBUSBHOST_HOST_HCD_H
     
    6261        void (*ep_remove_hook)(hcd_t *, endpoint_t *);
    6362};
    64 
     63/*----------------------------------------------------------------------------*/
    6564/** Initialize hcd_t structure.
    6665 * Initializes device and endpoint managers. Sets data and hook pointer to NULL.
     
    8079        hcd->ep_remove_hook = NULL;
    8180}
    82 
     81/*----------------------------------------------------------------------------*/
    8382/** Check registered endpoints and reset toggle bit if necessary.
    8483 * @param hcd hcd_t structure, non-null.
     
    9392            &hcd->ep_manager, target, (const uint8_t *)setup_data);
    9493}
    95 
     94/*----------------------------------------------------------------------------*/
    9695/** Data retrieve wrapper.
    9796 * @param fun ddf function, non-null.
     
    103102        return fun->driver_data;
    104103}
    105 
     104/*----------------------------------------------------------------------------*/
    106105extern usbhc_iface_t hcd_iface;
    107106
    108107#endif
    109 
    110108/**
    111109 * @}
Note: See TracChangeset for help on using the changeset viewer.