Changeset 962ce100 in mainline for uspace/drv/vhc/conn.h


Ignore:
Timestamp:
2011-02-14T10:30:19Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
28cb8bf7
Parents:
d15809b4
Message:

Unused code removal in libusb

We dropped the effort to have hub driver and host controller driver
in the same task a long time ago but files with incomplete
implementation were still present. They are gone now.

More cleaning will probably come.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/vhc/conn.h

    rd15809b4 r962ce100  
    3737
    3838#include <usb/usb.h>
    39 #include <usb/hcdhubd.h>
    4039#include <usbhc_iface.h>
    4140#include "vhcd.h"
     
    4443void connection_handler_host(sysarg_t);
    4544
    46 usb_hcd_transfer_ops_t vhc_transfer_ops;
    4745usbhc_iface_t vhc_iface;
    4846
Note: See TracChangeset for help on using the changeset viewer.