Rev 4055 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4055 | Rev 4420 | ||
---|---|---|---|
Line 702... | Line 702... | ||
702 | IPC_SET_ARG2(data, arg2); |
702 | IPC_SET_ARG2(data, arg2); |
703 | IPC_SET_ARG3(data, arg3); |
703 | IPC_SET_ARG3(data, arg3); |
704 | IPC_SET_ARG4(data, arg4); |
704 | IPC_SET_ARG4(data, arg4); |
705 | IPC_SET_ARG5(data, arg5); |
705 | IPC_SET_ARG5(data, arg5); |
706 | 706 | ||
707 | return __SYSCALL3(SYS_IPC_FORWARD_SLOW, callid, (sysarg_t) &data, mode); |
707 | return __SYSCALL4(SYS_IPC_FORWARD_SLOW, callid, phoneid, (sysarg_t) &data, mode); |
708 | } |
708 | } |
709 | 709 | ||
710 | /** Wrapper for making IPC_M_SHARE_IN calls. |
710 | /** Wrapper for making IPC_M_SHARE_IN calls. |
711 | * |
711 | * |
712 | * @param phoneid Phone that will be used to contact the receiving side. |
712 | * @param phoneid Phone that will be used to contact the receiving side. |