Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/driver.c

    r79a141a r9934f7d  
    427427
    428428/** Function for handling connections to device driver. */
    429 static void driver_connection(ipc_callid_t iid, ipc_call_t *icall)
     429static void driver_connection(ipc_callid_t iid, ipc_call_t *icall, void *arg)
    430430{
    431431        /* Select interface */
Note: See TracChangeset for help on using the changeset viewer.