Changes in kernel/generic/src/ipc/sysipc.c [18b6a88:6ff23ff] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/sysipc.c
r18b6a88 r6ff23ff 119 119 120 120 121 /* **********************************************************************121 /* 122 122 * Functions that preprocess answer before sending it to the recepient. 123 * **********************************************************************/123 */ 124 124 125 125 /** Decide if the caller (e.g. ipc_answer()) should save the old call contents … … 228 228 } 229 229 230 /* ******************************************************************************230 /* 231 231 * Functions called to process received call/answer before passing it to uspace. 232 * ******************************************************************************/232 */ 233 233 234 234 /** Do basic kernel processing of received call answer.
Note:
See TracChangeset
for help on using the changeset viewer.