Changes in uspace/drv/vhc/conn.h [357a302:6cb58e6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/conn.h
r357a302 r6cb58e6 40 40 #include <usb_iface.h> 41 41 #include "vhcd.h" 42 #include "devices.h"43 44 void connection_handler_host(sysarg_t);45 42 46 43 extern usbhc_iface_t vhc_iface; 47 44 extern usb_iface_t vhc_usb_iface; 45 extern usb_iface_t rh_usb_iface; 48 46 49 void address_init(void); 50 51 52 void default_connection_handler(device_t *, ipc_callid_t, ipc_call_t *); 53 void on_client_close(device_t *); 47 void default_connection_handler(ddf_fun_t *, ipc_callid_t, ipc_call_t *); 48 void on_client_close(ddf_fun_t *); 54 49 55 50
Note:
See TracChangeset
for help on using the changeset viewer.