source:
mainline/uspace/lib/c/include/ipc/common.h@
cb7be8f
| Last change on this file since cb7be8f was d7f7a4a, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 339 bytes | |
| Rev | Line | |
|---|---|---|
| [64d2b10] | 1 | /* |
| [d7f7a4a] | 2 | * SPDX-FileCopyrightText: 2011 Martin Decky |
| [64d2b10] | 3 | * |
| [d7f7a4a] | 4 | * SPDX-License-Identifier: BSD-3-Clause |
| [64d2b10] | 5 | */ |
| 6 | ||
| 7 | /** @addtogroup libcipc | |
| 8 | * @{ | |
| 9 | */ | |
| 10 | /** @file | |
| 11 | */ | |
| 12 | ||
| [4805495] | 13 | #ifndef _LIBC_IPC_COMMON_H_ |
| 14 | #define _LIBC_IPC_COMMON_H_ | |
| [64d2b10] | 15 | |
| [f787c8e] | 16 | #include <types/common.h> |
| [6769005] | 17 | #include <abi/ipc/ipc.h> |
| [64d2b10] | 18 | |
| 19 | #define IPC_FLAG_BLOCKING 0x01 | |
| 20 | ||
| [6769005] | 21 | typedef ipc_data_t ipc_call_t; |
| [64d2b10] | 22 | |
| 23 | #endif | |
| 24 | ||
| 25 | /** @} | |
| 26 | */ |
Note:
See TracBrowser
for help on using the repository browser.
