Changes in uspace/drv/vhc/vhcd.h [79ae36dd:6cb58e6] in mainline


Ignore:
File:
1 edited

Legend:

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

    r79ae36dd r6cb58e6  
    4141#include <usb/host/device_keeper.h>
    4242#include <usbhc_iface.h>
    43 #include <async.h>
    4443
    4544#define NAME "vhc"
     
    4746typedef struct {
    4847        link_t link;
    49         async_sess_t *dev_sess;
     48        int dev_phone;
    5049        usbvirt_device_t *dev_local;
    5150        bool plugged;
     
    8382vhc_transfer_t *vhc_transfer_create(usb_address_t, usb_endpoint_t,
    8483    usb_direction_t, usb_transfer_type_t, ddf_fun_t *, void *);
    85 int vhc_virtdev_plug(vhc_data_t *, async_sess_t *, uintptr_t *);
     84int vhc_virtdev_plug(vhc_data_t *, int, uintptr_t *);
    8685int vhc_virtdev_plug_local(vhc_data_t *, usbvirt_device_t *, uintptr_t *);
    8786int vhc_virtdev_plug_hub(vhc_data_t *, usbvirt_device_t *, uintptr_t *);
Note: See TracChangeset for help on using the changeset viewer.