Subversion Repositories HelenOS

Rev

Rev 1787 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1787 Rev 1866
Line 462... Line 462...
462
int ipc_forward_fast(ipc_callid_t callid, int phoneid, int method, ipcarg_t arg1)
462
int ipc_forward_fast(ipc_callid_t callid, int phoneid, int method, ipcarg_t arg1)
463
{
463
{
464
    return __SYSCALL4(SYS_IPC_FORWARD_FAST, callid, phoneid, method, arg1);
464
    return __SYSCALL4(SYS_IPC_FORWARD_FAST, callid, phoneid, method, arg1);
465
}
465
}
466
 
466
 
467
 
-
 
468
 
-
 
469
 /** @}
467
/** @}
470
 */
468
 */
471
 
-
 
472
 
-