mirror of
https://github.com/openharmony/third_party_ltp.git
synced 2026-07-01 12:25:45 -04:00
04dd74dfe9
Signed-off-by: gaoxue <gaoxue15@huawei.com>
15 lines
219 B
C
15 lines
219 B
C
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
/*
|
|
* Copyright (c) 2022 Arm Ltd.
|
|
*/
|
|
#ifndef LAPI_IPC_H__
|
|
#define LAPI_IPC_H__
|
|
|
|
#include <sys/ipc.h>
|
|
|
|
#ifndef IPC_INFO
|
|
# define IPC_INFO 3
|
|
#endif
|
|
|
|
#endif /* LAPI_IPC_H__ */
|