Changeset 479e32d in mainline for uspace/lib/c/include/ipc/dev_iface.h


Ignore:
Timestamp:
2017-11-01T13:01:34Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
41df71f9
Parents:
17873ac7
Message:

ddf: removed usbhc iface

As it is currently not used anywhere. It will be created again to serve its original purpose, this commit clears all invalid leftovers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/dev_iface.h

    r17873ac7 r479e32d  
    5656        /** Interface provided by any USB device. */
    5757        USB_DEV_IFACE,
    58         /** Interface provided by USB host controller. */
    59         USBHC_DEV_IFACE,
    6058        /** Interface provided by USB HID devices. */
    6159        USBHID_DEV_IFACE,
Note: See TracChangeset for help on using the changeset viewer.