Changeset 07cb0108 in mainline for uspace/srv/hw/irc/apic/apic.c
- Timestamp:
- 2017-10-08T20:55:13Z (6 years ago)
- Branches:
- lfn, master, serial
- Children:
- b08941d
- Parents:
- 53a309e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/irc/apic/apic.c
r53a309e r07cb0108 185 185 async_answer_0(callid, apic_enable_irq(IPC_GET_ARG1(call))); 186 186 break; 187 case IRC_DISABLE_INTERRUPT: 188 /* XXX TODO */ 189 async_answer_0(callid, EOK); 190 break; 187 191 case IRC_CLEAR_INTERRUPT: 188 192 /* Noop */
Note: See TracChangeset
for help on using the changeset viewer.