Changeset 17f8abc in mainline
- Timestamp:
- 2017-12-17T14:48:46Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 25935f1e
- Parents:
- 0f816af6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbdiag/device.c
r0f816af6 r17f8abc 42 42 #define NAME "usbdiag" 43 43 44 static void connection(ipc_callid_t iid, ipc_call_t *icall, void *arg)45 {46 // usb_diag_fun_t *fun = (usb_diag_fun_t *) ddf_fun_data_get((ddf_fun_t *) arg);47 48 // FIXME: handle connection49 }50 51 44 static int some_test(ddf_fun_t *fun, int x, int *y) 52 45 { … … 69 62 return ENOMEM; 70 63 71 ddf_fun_set_conn_handler(fun, connection);72 64 ddf_fun_set_ops(fun, &diag_ops); 73 65
Note:
See TracChangeset
for help on using the changeset viewer.