Rev 1643 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1643 | Rev 1693 | ||
|---|---|---|---|
| Line 119... | Line 119... | ||
| 119 | #define IPC_M_CONNECT_ME_TO 2 |
119 | #define IPC_M_CONNECT_ME_TO 2 |
| 120 | /** This message is sent to answerbox when the phone |
120 | /** This message is sent to answerbox when the phone |
| 121 | * is hung up |
121 | * is hung up |
| 122 | */ |
122 | */ |
| 123 | #define IPC_M_PHONE_HUNGUP 3 |
123 | #define IPC_M_PHONE_HUNGUP 3 |
| 124 | /** Interrupt notification */ |
- | |
| 125 | #define IPC_M_INTERRUPT 4 |
- | |
| 126 | 124 | ||
| 127 | /** Send as_area over IPC |
125 | /** Send as_area over IPC |
| 128 | * - ARG1 - src base address |
126 | * - ARG1 - src base address |
| 129 | * - ARG2 - size of src as(filled automatically by kernel) |
127 | * - ARG2 - size of src as(filled automatically by kernel) |
| 130 | * - ARG3 - flags of the area being sent |
128 | * - ARG3 - flags of the area being sent |