Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/vhc/vhcd.h

    r58563585 r479e32d  
    3838
    3939#include <usbvirt/device.h>
    40 #include <usbhc_iface.h>
    4140#include <async.h>
    4241
    4342#include <usb/host/hcd.h>
     43#include <usb/host/usb2_bus.h>
    4444
    4545#define NAME "vhc"
     
    6060        fibril_mutex_t guard;
    6161        usbvirt_device_t hub;
     62        usb2_bus_t bus;
    6263} vhc_data_t;
    6364
Note: See TracChangeset for help on using the changeset viewer.