Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hw/char/i8042/i8042.c

    r7e752b2 r228e490  
    219219        ipc_callid_t callid;
    220220        ipc_call_t call;
    221         ipcarg_t method;
     221        sysarg_t method;
    222222        devmap_handle_t dh;
    223223        int retval;
     
    248248        while (1) {
    249249                callid = async_get_call(&call);
    250                 method = IPC_GET_METHOD(call);
     250                method = IPC_GET_IMETHOD(call);
    251251                switch (method) {
    252252                case IPC_M_PHONE_HUNGUP:
Note: See TracChangeset for help on using the changeset viewer.