Changeset 37c57f2 in mainline for generic/include/ipc/ipc.h
- Timestamp:
- 2006-03-16T20:56:22Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ff14c520
- Parents:
- 6a22fcb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/ipc/ipc.h
r6a22fcb r37c57f2 100 100 * indicating that it wants to be connected to some 101 101 * service 102 * - arg1/2 are user specified, arg3 contains 103 * address of the phone that should be connected 104 * (TODO: it leaks to userspace) 102 105 * recepient - if ipc_answer == 0, then accept connection 103 106 * - otherwise connection refused … … 171 174 extern void ipc_call_init(call_t *call); 172 175 extern void ipc_forward(call_t *call, answerbox_t *newbox,answerbox_t *oldbox); 176 extern void task_print_list(void); 173 177 174 178 extern answerbox_t *ipc_phone_0;
Note:
See TracChangeset
for help on using the changeset viewer.