#include <sys/types.h>
#include <atomic.h>
#include <kernel/ipc/ipc.h>
Go to the source code of this file.
Data Structures | |
struct | ipc_call_t |
Defines | |
#define | IPC_FLAG_BLOCKING 0x01 |
Typedefs | |
typedef sysarg_t | ipc_callid_t |
Variables | |
atomic_t | async_futex |
Definition in file common.h.