Changeset 07cb0108 in mainline for uspace/srv/hw/irc/icp-ic/icp-ic.c
- Timestamp:
- 2017-10-08T20:55:13Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b08941d
- Parents:
- 53a309e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/irc/icp-ic/icp-ic.c
r53a309e r07cb0108 101 101 icpic_enable_irq(IPC_GET_ARG1(call))); 102 102 break; 103 case IRC_DISABLE_INTERRUPT: 104 /* XXX TODO */ 105 async_answer_0(callid, EOK); 106 break; 103 107 case IRC_CLEAR_INTERRUPT: 104 108 /* Noop */
Note:
See TracChangeset
for help on using the changeset viewer.