L4Re Operating System Framework
Interface and Usage Documentation
|
Receive endpoint C interface. More...
Go to the source code of this file.
Enumerations | |
enum | L4_rcv_ep_ops { L4_RCV_EP_BIND_OP = 0x10 } |
Receive endpoint operations. More... | |
Functions | |
l4_msgtag_t | l4_rcv_ep_bind_thread (l4_cap_idx_t ep, l4_cap_idx_t thread, l4_umword_t label) |
Bind the IPC receive endpoint to a thread. | |
Receive endpoint C interface.
Definition in file rcv_endpoint.h.
enum L4_rcv_ep_ops |
Receive endpoint operations.
Enumerator | |
---|---|
L4_RCV_EP_BIND_OP | Bind operation. |
Definition at line 67 of file rcv_endpoint.h.