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