/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2021 NXP * * Header file for the IPC implementation. */ #ifndef _S4_IPC_H #define _S4_IPC_H struct imx_s4_ipc; struct imx_s4_rpc_msg { … } __packed; #endif /* _S4_IPC_H */
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2021 NXP * * Header file for the IPC implementation. */ #ifndef _S4_IPC_H #define _S4_IPC_H struct imx_s4_ipc; struct imx_s4_rpc_msg { … } __packed; #endif /* _S4_IPC_H */