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:
@@ -8,7 +8,12 @@
|
|||||||
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <linux/cdev.h>
|
#include <linux/cdev.h>
|
||||||
|
|
||||||
|
#ifdef CONFIG_MSM_ADSPRPC_TRUSTED
|
||||||
|
#include "../include/uapi/fastrpc_shared.h"
|
||||||
|
#else
|
||||||
#include "fastrpc_shared.h"
|
#include "fastrpc_shared.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define FASTRPC_GLINK_GUID "fastrpcglink-apps-dsp"
|
#define FASTRPC_GLINK_GUID "fastrpcglink-apps-dsp"
|
||||||
#define FASTRPC_SMD_GUID "fastrpcsmd-apps-dsp"
|
#define FASTRPC_SMD_GUID "fastrpcsmd-apps-dsp"
|
||||||
|
Reference in New Issue
Block a user