Changeset 63b4f90 in mainline for uspace/drv/vhc/conn.h


Ignore:
Timestamp:
2010-11-19T18:36:29Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
91db50ac
Parents:
3f0a7971
Message:

First step to make virtual HC aware of DDF

Also, devman is automatically started on vt7.

File:
1 moved

Legend:

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

    r3f0a7971 r63b4f90  
    3737
    3838#include <usb/hcd.h>
     39#include <usb/hcdhubd.h>
    3940#include "vhcd.h"
    4041#include "devices.h"
     
    4243void connection_handler_host(ipcarg_t);
    4344void connection_handler_device(ipcarg_t, virtdev_connection_t *);
     45usb_hcd_transfer_ops_t vhc_transfer_ops;
    4446
    4547#endif
Note: See TracChangeset for help on using the changeset viewer.