Changes in uspace/drv/vhc/conn.h [357a302:be9cbec] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/conn.h
r357a302 rbe9cbec 27 27 */ 28 28 29 /** @addtogroup drvusbvhc29 /** @addtogroup usb 30 30 * @{ 31 31 */ … … 37 37 38 38 #include <usb/usb.h> 39 #include <usb/hcdhubd.h> 39 40 #include <usbhc_iface.h> 40 #include <usb_iface.h>41 41 #include "vhcd.h" 42 42 #include "devices.h" 43 43 44 void connection_handler_host( sysarg_t);44 void connection_handler_host(ipcarg_t); 45 45 46 extern usbhc_iface_t vhc_iface;47 extern usb_iface_t vhc_usb_iface;46 usb_hcd_transfer_ops_t vhc_transfer_ops; 47 usbhc_iface_t vhc_iface; 48 48 49 49 void address_init(void); … … 51 51 52 52 void default_connection_handler(device_t *, ipc_callid_t, ipc_call_t *); 53 void on_client_close(device_t *);54 53 55 54
Note:
See TracChangeset
for help on using the changeset viewer.