Changeset 944f8fdd in mainline for uspace/drv/bus/usb/vhc/main.c


Ignore:
Timestamp:
2018-01-19T17:38:22Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2833bb4
Parents:
861b5d6
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-19 17:06:40)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-19 17:38:22)
Message:

libusbhost: move utility functions to new header utility.h

File:
1 edited

Legend:

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

    r861b5d6 r944f8fdd  
    4040
    4141#include <usb/host/ddf_helpers.h>
     42#include <usb/host/utility.h>
    4243
    4344#include <usb/debug.h>
     
    106107         * needs to be ready at this time.
    107108         */
    108         ret = hcd_setup_virtual_root_hub(&vhc->base);
     109        ret = hc_setup_virtual_root_hub(&vhc->base);
    109110        if (ret != EOK) {
    110111                usb_log_error("Failed to init VHC root hub: %s",
Note: See TracChangeset for help on using the changeset viewer.