Changeset c4e4507 in mainline for generic/include/ipc/ipc.h
- Timestamp:
- 2006-06-04T17:17:29Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2cb5e64
- Parents:
- fe19611
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/ipc/ipc.h
rfe19611 rc4e4507 186 186 } ipc_phone_state_t; 187 187 188 /** Structure identifying phone (in TASK structure) */ 188 189 struct phone_s { 189 190 SPINLOCK_DECLARE(lock); 190 link_t li st;191 link_t link; 191 192 answerbox_t *callee; 192 193 ipc_phone_state_t state; … … 195 196 196 197 typedef struct { 197 link_t li st;198 link_t link; 198 199 199 200 int flags; … … 227 228 extern int ipc_phone_hangup(phone_t *phone, int aggressive); 228 229 extern void ipc_backsend_err(phone_t *phone, call_t *call, __native err); 230 extern void ipc_print_task(task_id_t taskid); 229 231 230 232 extern answerbox_t *ipc_phone_0;
Note:
See TracChangeset
for help on using the changeset viewer.