Add LE compilation fix for fastrpc_shared.h

Compilation was failing with new header on LE HY11 build.
Adding compile time flags to fix the issue.

Change-Id: Ia51e54f6b18e4d7195f47294b88f39ed2d52c4e8
Signed-off-by: Anirudh Raghavendra <quic_araghave@quicinc.com>
This commit is contained in:
Anirudh Raghavendra
2023-06-15 22:45:55 -07:00
parent dabc96ecf3
commit 00d699d6cb

View File

@@ -8,7 +8,12 @@
#include <linux/types.h>
#include <linux/cdev.h>
#ifdef CONFIG_MSM_ADSPRPC_TRUSTED
#include "../include/uapi/fastrpc_shared.h"
#else
#include "fastrpc_shared.h"
#endif
#define FASTRPC_GLINK_GUID "fastrpcglink-apps-dsp"
#define FASTRPC_SMD_GUID "fastrpcsmd-apps-dsp"