Changeset bc117a5 in mainline for kernel/generic/include/ipc/ipc.h


Ignore:
Timestamp:
2016-08-29T12:43:10Z (9 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c32b6f0
Parents:
6d351e6
Message:

Partially revert jakub@…

This changeset reintroduces portions of the synchronous IPC mechanism for
internal use by the kernel / user_backend. The synchronous IPC is not
exported to user space and is simpler than in its original form.

File:
1 edited

Legend:

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

    r6d351e6 rbc117a5  
    179179extern void ipc_call_release(call_t *);
    180180
     181extern int ipc_call_sync(phone_t *, call_t *);
    181182extern int ipc_call(phone_t *, call_t *);
    182183extern call_t *ipc_wait_for_call(answerbox_t *, uint32_t, unsigned int);
Note: See TracChangeset for help on using the changeset viewer.