Changes in uspace/drv/char/i8042/i8042.c [f2d88f3:fafb8e5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/i8042/i8042.c
rf2d88f3 rfafb8e5 132 132 errno_t rc; 133 133 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); 136 136 137 137 i8042_port_t *port = (status & i8042_AUX_DATA) ?
Note:
See TracChangeset
for help on using the changeset viewer.