Changes in uspace/drv/vhc/vhcd.h [6cb58e6:79ae36dd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/vhcd.h
r6cb58e6 r79ae36dd 41 41 #include <usb/host/device_keeper.h> 42 42 #include <usbhc_iface.h> 43 #include <async.h> 43 44 44 45 #define NAME "vhc" … … 46 47 typedef struct { 47 48 link_t link; 48 int dev_phone;49 async_sess_t *dev_sess; 49 50 usbvirt_device_t *dev_local; 50 51 bool plugged; … … 82 83 vhc_transfer_t *vhc_transfer_create(usb_address_t, usb_endpoint_t, 83 84 usb_direction_t, usb_transfer_type_t, ddf_fun_t *, void *); 84 int vhc_virtdev_plug(vhc_data_t *, int, uintptr_t *);85 int vhc_virtdev_plug(vhc_data_t *, async_sess_t *, uintptr_t *); 85 86 int vhc_virtdev_plug_local(vhc_data_t *, usbvirt_device_t *, uintptr_t *); 86 87 int vhc_virtdev_plug_hub(vhc_data_t *, usbvirt_device_t *, uintptr_t *);
Note:
See TracChangeset
for help on using the changeset viewer.