1*49cdfc7eSAndroid Build Coastguard Worker // SPDX-License-Identifier: GPL-2.0-or-later 2*49cdfc7eSAndroid Build Coastguard Worker /* 3*49cdfc7eSAndroid Build Coastguard Worker * Copyright (c) 2022 Arm Ltd. 4*49cdfc7eSAndroid Build Coastguard Worker */ 5*49cdfc7eSAndroid Build Coastguard Worker #ifndef LAPI_IPC_H__ 6*49cdfc7eSAndroid Build Coastguard Worker #define LAPI_IPC_H__ 7*49cdfc7eSAndroid Build Coastguard Worker 8*49cdfc7eSAndroid Build Coastguard Worker #include <sys/ipc.h> 9*49cdfc7eSAndroid Build Coastguard Worker 10*49cdfc7eSAndroid Build Coastguard Worker #ifndef IPC_INFO 11*49cdfc7eSAndroid Build Coastguard Worker # define IPC_INFO 3 12*49cdfc7eSAndroid Build Coastguard Worker #endif 13*49cdfc7eSAndroid Build Coastguard Worker 14*49cdfc7eSAndroid Build Coastguard Worker #endif /* LAPI_IPC_H__ */ 15