Changeset 79872cd in mainline for kernel/generic/include/ipc/ipc.h


Ignore:
Timestamp:
2008-08-27T21:01:22Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
69145dae
Parents:
ddb0df5
Message:

Synchronous IPC must be interruptible.

File:
1 edited

Legend:

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

    rddb0df5 r79872cd  
    294294extern void ipc_answer(answerbox_t *, call_t *);
    295295extern int ipc_call(phone_t *, call_t *);
    296 extern void ipc_call_sync(phone_t *, call_t *);
     296extern int ipc_call_sync(phone_t *, call_t *);
    297297extern void ipc_phone_init(phone_t *);
    298298extern void ipc_phone_connect(phone_t *, answerbox_t *);
Note: See TracChangeset for help on using the changeset viewer.