You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
219 B

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