Changeset abbc16e in mainline for generic/src/ipc/ipc.c
- Timestamp:
- 2006-06-16T11:17:54Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 62939f7
- Parents:
- b6529ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/ipc/ipc.c
rb6529ae rabbc16e 210 210 /** Send a asynchronous request using phone to answerbox 211 211 * 212 * @param phone Phone connected to answerbox 213 * @param request Request to be sent212 * @param phone Phone connected to answerbox. 213 * @param call Structure representing the call. 214 214 */ 215 215 int ipc_call(phone_t *phone, call_t *call)
Note:
See TracChangeset
for help on using the changeset viewer.