Changes in uspace/lib/drv/generic/driver.c [9934f7d:79a141a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/driver.c
r9934f7d r79a141a 427 427 428 428 /** Function for handling connections to device driver. */ 429 static void driver_connection(ipc_callid_t iid, ipc_call_t *icall , void *arg)429 static void driver_connection(ipc_callid_t iid, ipc_call_t *icall) 430 430 { 431 431 /* Select interface */
Note:
See TracChangeset
for help on using the changeset viewer.