Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/char/sun4v-con/sun4v-con.c

    r1b20da0 ra46e56b  
    4242#include "sun4v-con.h"
    4343
    44 static void sun4v_con_connection(ipc_callid_t, ipc_call_t *, void *);
     44static void sun4v_con_connection(cap_call_handle_t, ipc_call_t *, void *);
    4545
    4646#define POLL_INTERVAL  10000
     
    180180
    181181/** Character device connection handler. */
    182 static void sun4v_con_connection(ipc_callid_t iid, ipc_call_t *icall,
     182static void sun4v_con_connection(cap_call_handle_t icall_handle, ipc_call_t *icall,
    183183    void *arg)
    184184{
     
    186186            ddf_fun_get_dev((ddf_fun_t *) arg));
    187187
    188         chardev_conn(iid, icall, &con->cds);
     188        chardev_conn(icall_handle, icall, &con->cds);
    189189}
    190190
Note: See TracChangeset for help on using the changeset viewer.