Changeset cd671c3 in mainline for kernel/generic/include/ipc/ipc.h
- Timestamp:
- 2012-09-05T22:36:48Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1d5ef8
- Parents:
- 239acce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
r239acce rcd671c3 116 116 link_t ta_link; 117 117 118 atomic_t refcnt; 119 118 120 /** Answerbox link. */ 119 121 link_t ab_link; … … 166 168 extern call_t *ipc_call_alloc(unsigned int); 167 169 extern void ipc_call_free(call_t *); 170 extern void ipc_call_hold(call_t *); 171 extern void ipc_call_release(call_t *); 168 172 169 173 extern int ipc_call(phone_t *, call_t *);
Note:
See TracChangeset
for help on using the changeset viewer.