Rev 2635 | Rev 2638 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2635 | Rev 2637 | ||
---|---|---|---|
Line 123... | Line 123... | ||
123 | * - passes call to userspace. If userspace |
123 | * - passes call to userspace. If userspace |
124 | * responds with error, phone is deallocated and |
124 | * responds with error, phone is deallocated and |
125 | * error is sent back to caller. Otherwise |
125 | * error is sent back to caller. Otherwise |
126 | * the call is accepted and the response is sent back. |
126 | * the call is accepted and the response is sent back. |
127 | * - the allocated phoneid is passed to userspace |
127 | * - the allocated phoneid is passed to userspace |
128 | * (on the receiving side) as ARG3 of the call. |
128 | * (on the receiving side) as ARG5 of the call. |
129 | * - the caller obtains taskid of the called thread |
129 | * - the caller obtains taskid of the called thread |
130 | */ |
130 | */ |
131 | #define IPC_M_CONNECT_TO_ME 1 |
131 | #define IPC_M_CONNECT_TO_ME 1 |
132 | /** Protocol for CONNECT - ME - TO |
132 | /** Protocol for CONNECT - ME - TO |
133 | * |
133 | * |