Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1088 → Rev 1089

/uspace/trunk/libipc/generic/ipc.c
252,3 → 252,8
return __SYSCALL3(SYS_IPC_CONNECT_ME_TO, phoneid, arg1, arg2);
}
 
/* Hang up specified phone */
int ipc_hangup(int phoneid)
{
return __SYSCALL1(SYS_IPC_HANGUP, phoneid);
}