Changeset 79872cd in mainline for kernel/generic/include/ipc/ipc.h
- Timestamp:
- 2008-08-27T21:01:22Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 69145dae
- Parents:
- ddb0df5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
rddb0df5 r79872cd 294 294 extern void ipc_answer(answerbox_t *, call_t *); 295 295 extern int ipc_call(phone_t *, call_t *); 296 extern voidipc_call_sync(phone_t *, call_t *);296 extern int ipc_call_sync(phone_t *, call_t *); 297 297 extern void ipc_phone_init(phone_t *); 298 298 extern void ipc_phone_connect(phone_t *, answerbox_t *);
Note:
See TracChangeset
for help on using the changeset viewer.