Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhcirh/port.h

    r4501e207 r5203e256  
    3939#include <ddf/driver.h>
    4040#include <usb/hc.h> /* usb_hc_connection_t */
    41 #include <usb/dev/hub.h>
    4241
    4342typedef uint16_t port_status_t;
     
    6362        usb_hc_connection_t hc_connection;
    6463        ddf_dev_t *rh;
    65         usb_hub_attached_device_t attached_device;
     64        devman_handle_t attached_device;
    6665        fid_t checker;
    6766} uhci_port_t;
Note: See TracChangeset for help on using the changeset viewer.