Changeset dbc1398 in mainline
- Timestamp:
- 2021-12-22T20:27:19Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9754ed2
- Parents:
- 581a54a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/remote_hw_res.c
r581a54a rdbc1398 103 103 104 104 const int irq = DEV_IPC_GET_ARG1(*call); 105 const errno_t ret = hw_res_ops-> enable_interrupt(fun, irq);105 const errno_t ret = hw_res_ops->clear_interrupt(fun, irq); 106 106 async_answer_0(call, ret); 107 107 }
Note:
See TracChangeset
for help on using the changeset viewer.