Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-rhd/port.h

    r0063838 rf673f60  
    3636
    3737#include <assert.h>
    38 #include <ddf/driver.h>
     38#include <driver.h> /* device_t */
    3939#include <stdint.h>
    4040#include <usb/usbdevice.h>
     
    4848        unsigned wait_period_usec;
    4949        usb_hc_connection_t hc_connection;
    50         ddf_dev_t *rh;
     50        device_t *rh;
    5151        devman_handle_t attached_device;
    5252        fid_t checker;
     
    5555int uhci_port_init(
    5656  uhci_port_t *port, port_status_t *address, unsigned number,
    57   unsigned usec, ddf_dev_t *rh);
     57  unsigned usec, device_t *rh, int parent_phone);
    5858
    5959void uhci_port_fini(uhci_port_t *port);
Note: See TracChangeset for help on using the changeset viewer.