Changeset c0e4b5b2 in mainline for uspace/drv/bus/usb/vhc/vhcd.h


Ignore:
Timestamp:
2017-10-13T09:38:32Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5995383c
Parents:
741bcdeb
Message:

usbhost refactoring: vhc

Now, please, review.

File:
1 edited

Legend:

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

    r741bcdeb rc0e4b5b2  
    4242
    4343#include <usb/host/hcd.h>
     44#include <usb/host/usb2_bus.h>
    4445
    4546#define NAME "vhc"
     
    6061        fibril_mutex_t guard;
    6162        usbvirt_device_t hub;
     63        usb2_bus_t bus;
    6264} vhc_data_t;
    6365
Note: See TracChangeset for help on using the changeset viewer.