Changeset 9a1b20c in mainline for kernel/generic/include/ipc/ipc.h
- Timestamp:
- 2008-09-17T12:16:27Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fb9b0b0
- Parents:
- 06a195bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
r06a195bc r9a1b20c 195 195 */ 196 196 #define IPC_M_DATA_READ 7 197 198 /** Debug the recipient. 199 * - ARG1 - specifies the debug method (from udebug_method_t) 200 * - other arguments are specific to the debug method 201 */ 202 #define IPC_M_DEBUG_ALL 8 197 203 198 204 /* Well-known methods */ … … 308 314 extern void ipc_backsend_err(phone_t *, call_t *, unative_t); 309 315 extern void ipc_print_task(task_id_t); 316 extern void ipc_answerbox_slam_phones(answerbox_t *, bool); 317 extern void ipc_cleanup_call_list(link_t *); 310 318 311 319 extern answerbox_t *ipc_phone_0;
Note:
See TracChangeset
for help on using the changeset viewer.