Changeset 07cb0108 in mainline for uspace/srv/hw/irc/obio/obio.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/obio/obio.c
r53a309e r07cb0108 98 98 async_answer_0(callid, EOK); 99 99 break; 100 case IRC_DISABLE_INTERRUPT: 101 /* XXX TODO */ 102 async_answer_0(callid, EOK); 103 break; 100 104 case IRC_CLEAR_INTERRUPT: 101 105 inr = IPC_GET_ARG1(call);
Note: See TracChangeset
for help on using the changeset viewer.