Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1071 → Rev 1072

/kernel/trunk/generic/src/ipc/ipc.c
243,3 → 243,13
0,
NULL, NULL, 0);
}
 
/** Cleans up all IPC communication of the given task
*
*
*/
void ipc_cleanup(task_t *task)
{
/* Cancel all calls in my dispatch queue */
}