Changes in uspace/drv/vhc/conn.h [be9cbec:6967c14] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/conn.h
rbe9cbec r6967c14 42 42 #include "devices.h" 43 43 44 void connection_handler_host( ipcarg_t);44 void connection_handler_host(sysarg_t); 45 45 46 46 usb_hcd_transfer_ops_t vhc_transfer_ops; … … 51 51 52 52 void default_connection_handler(device_t *, ipc_callid_t, ipc_call_t *); 53 void on_client_close(device_t *); 53 54 54 55
Note:
See TracChangeset
for help on using the changeset viewer.