Changes in kernel/generic/src/ipc/sysipc.c [6ff23ff:18b6a88] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/sysipc.c
r6ff23ff r18b6a88 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.