Ignore:
File:
1 edited

Legend:

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

    r8064c2f6 r920d0fc  
    3232 * @brief UHCI driver initialization
    3333 */
    34 
    35 #include <assert.h>
    3634#include <ddf/driver.h>
    3735#include <errno.h>
    38 #include <io/log.h>
    39 #include <stdio.h>
    4036#include <str_error.h>
     37
     38#include <usb/ddfiface.h>
    4139#include <usb/debug.h>
    4240
Note: See TracChangeset for help on using the changeset viewer.