|
L4Re - L4 Runtime Environment
|
Receive endpoint C interface. More...
Include dependency graph for rcv_endpoint.h:
This graph shows which files directly or indirectly include this file: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 gate to a thread. More... | |
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 56 of file rcv_endpoint.h.