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>
此提交包含在:
@@ -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"
|
||||
|
新增問題並參考
封鎖使用者