Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/char/i8042/i8042.c

    rf2d88f3 rfafb8e5  
    132132        errno_t rc;
    133133
    134         const uint8_t status = IPC_GET_ARG1(*call);
    135         const uint8_t data = IPC_GET_ARG2(*call);
     134        const uint8_t status = ipc_get_arg1(call);
     135        const uint8_t data = ipc_get_arg2(call);
    136136
    137137        i8042_port_t *port = (status & i8042_AUX_DATA) ?
Note: See TracChangeset for help on using the changeset viewer.