Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ehci/main.c

    r58563585 r55346870  
    2727 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2828 */
    29 
    3029/** @addtogroup drvusbehci
    3130 * @{
     
    3433 * Main routines of EHCI driver.
    3534 */
    36 
    3735#include <ddf/driver.h>
    3836#include <ddf/interrupt.h>
     
    7270
    7371
    74 static int ehci_driver_init(hcd_t *hcd, const hw_res_list_parsed_t *res,
    75     bool irq)
     72static int ehci_driver_init(hcd_t *hcd, const hw_res_list_parsed_t *res, bool irq)
    7673{
    7774        assert(hcd);
     
    141138        return ddf_driver_main(&ehci_driver);
    142139}
    143 
    144140/**
    145141 * @}
Note: See TracChangeset for help on using the changeset viewer.