Subversion Repositories HelenOS-historic

Rev

Rev 1281 | Rev 1342 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1281 Rev 1329
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
-
 
126
 * - ARG2 - src base address
-
 
127
 * - ARG3 - size of src as(filled automatically by kernel)
-
 
128
 * - on answer ARG1 - dst base adress
-
 
129
 */
-
 
130
#define IPC_M_AS_SEND           5
125
 
131
 
126
 
132
 
127
/* Well-known methods */
133
/* Well-known methods */
128
#define IPC_M_LAST_SYSTEM     511
134
#define IPC_M_LAST_SYSTEM     511
129
#define IPC_M_PING            512
135
#define IPC_M_PING            512