Rev 1329 | Rev 1359 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1329 | Rev 1342 | ||
|---|---|---|---|
| Line 107... | Line 107... | ||
| 107 | * indicating that it wants to be connected to some |
107 | * indicating that it wants to be connected to some |
| 108 | * service |
108 | * service |
| 109 | * - arg1/2 are user specified, arg3 contains |
109 | * - arg1/2 are user specified, arg3 contains |
| 110 | * address of the phone that should be connected |
110 | * address of the phone that should be connected |
| 111 | * (TODO: it leaks to userspace) |
111 | * (TODO: it leaks to userspace) |
| 112 | * recepient - if ipc_answer == 0, then accept connection |
112 | * recipient - if ipc_answer == 0, then accept connection |
| 113 | * - otherwise connection refused |
113 | * - otherwise connection refused |
| 114 | * - recepient may forward message. Forwarding |
114 | * - recepient may forward message. Forwarding |
| 115 | * system message |
115 | * system message |
| 116 | * |
116 | * |
| 117 | */ |
117 | */ |
| Line 120... | Line 120... | ||
| 120 | * is hung up |
120 | * is hung up |
| 121 | */ |
121 | */ |
| 122 | #define IPC_M_PHONE_HUNGUP 3 |
122 | #define IPC_M_PHONE_HUNGUP 3 |
| 123 | /** Interrupt notification */ |
123 | /** Interrupt notification */ |
| 124 | #define IPC_M_INTERRUPT 4 |
124 | #define IPC_M_INTERRUPT 4 |
| 125 | /** Send as_area over ipc |
125 | /** Send as_area over IPC |
| 126 | * - ARG2 - src base address |
126 | * - ARG2 - src base address |
| 127 | * - ARG3 - size of src as(filled automatically by kernel) |
127 | * - ARG3 - size of src as(filled automatically by kernel) |
| 128 | * - on answer ARG1 - dst base adress |
128 | * - on answer ARG1 - dst base adress |
| 129 | */ |
129 | */ |
| 130 | #define IPC_M_AS_SEND 5 |
130 | #define IPC_M_AS_SEND 5 |