Changes in uspace/drv/char/sun4v-con/sun4v-con.c [1b20da0:a46e56b] in mainline
- File:
-
- 1 edited
-
uspace/drv/char/sun4v-con/sun4v-con.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/sun4v-con/sun4v-con.c
r1b20da0 ra46e56b 42 42 #include "sun4v-con.h" 43 43 44 static void sun4v_con_connection( ipc_callid_t, ipc_call_t *, void *);44 static void sun4v_con_connection(cap_call_handle_t, ipc_call_t *, void *); 45 45 46 46 #define POLL_INTERVAL 10000 … … 180 180 181 181 /** Character device connection handler. */ 182 static void sun4v_con_connection( ipc_callid_t iid, ipc_call_t *icall,182 static void sun4v_con_connection(cap_call_handle_t icall_handle, ipc_call_t *icall, 183 183 void *arg) 184 184 { … … 186 186 ddf_fun_get_dev((ddf_fun_t *) arg)); 187 187 188 chardev_conn(i id, icall, &con->cds);188 chardev_conn(icall_handle, icall, &con->cds); 189 189 } 190 190
Note:
See TracChangeset
for help on using the changeset viewer.
