Files
rk35xx-android14/external/ltp/include/lapi/msg.h
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

21 lines
403 B
C

// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (c) 2020 FUJITSU LIMITED. All rights reserved.
* Author: Yang Xu <xuyang2018.jy@cn.fujitsu.com>
*/
#ifndef LAPI_MSG_H__
#define LAPI_MSG_H__
#include <sys/msg.h>
#ifndef MSG_COPY
# define MSG_COPY 040000 /* copy (not remove) all queue messages */
#endif
#ifndef MSG_STAT_ANY
# define MSG_STAT_ANY 13
#endif
#endif /* LAPI_MSG_H__ */