Files
third_party_ltp/include/lapi/ipc.h
T
gaoxue 04dd74dfe9 ltp代码升级
Signed-off-by: gaoxue <gaoxue15@huawei.com>
2024-02-05 10:59:52 +08:00

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__ */