Changes in uspace/srv/hw/irc/apic/apic.c [5857be2:57d129e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/irc/apic/apic.c
r5857be2 r57d129e 87 87 async_answer_0(callid, EOK); 88 88 break; 89 case IPC_M_PHONE_HUNGUP:90 /* The other side has hung up. */91 async_answer_0(callid, EOK);92 return;93 89 default: 94 90 async_answer_0(callid, EINVAL);
Note:
See TracChangeset
for help on using the changeset viewer.