Changeset 6c34f587 in mainline for kernel/generic/include/ipc/ipc.h


Ignore:
Timestamp:
2012-08-12T18:57:22Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d7978525
Parents:
49505fe
Message:

Remove synchronous IPC primitives.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ipc/ipc.h

    r49505fe r6c34f587  
    7777        waitq_t wq;
    7878       
    79         /** Linkage for the list of task's synchronous answerboxes. */
    80         link_t sync_box_link;
    81        
    8279        /** Phones connected to this answerbox. */
    8380        list_t connected_phones;
     
    147144
    148145extern int ipc_call(phone_t *, call_t *);
    149 extern int ipc_call_sync(phone_t *, call_t *);
    150146extern call_t *ipc_wait_for_call(answerbox_t *, uint32_t, unsigned int);
    151147extern int ipc_forward(call_t *, phone_t *, answerbox_t *, unsigned int);
Note: See TracChangeset for help on using the changeset viewer.