Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 /*
0003  * Copyright 2021 NXP
0004  *
0005  * Header file for the IPC implementation.
0006  */
0007 
0008 #ifndef _S4_IPC_H
0009 #define _S4_IPC_H
0010 
0011 struct imx_s4_ipc;
0012 
0013 struct imx_s4_rpc_msg {
0014     uint8_t ver;
0015     uint8_t size;
0016     uint8_t cmd;
0017     uint8_t tag;
0018 } __packed;
0019 
0020 #endif /* _S4_IPC_H */