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