Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2600 → Rev 2601

/trunk/kernel/generic/src/ipc/ipc.c
233,6 → 233,7
*
* @param phone Phone structure the call comes from.
* @param box Destination answerbox structure.
* @param call Call structure with request.
*/
static void _ipc_call(phone_t *phone, answerbox_t *box, call_t *call)
{