Include new header fastrpc_shared.h

Include new header fastrpc_shared.h in existing header
(adsprpc_shared.h) and remove all ioctl definitions
from the existing header.

Change-Id: I5c5a08de0a077ec2717683134a0ec31466c34047
Signed-off-by: Anirudh Raghavendra <quic_araghave@quicinc.com>
This commit is contained in:
Anirudh Raghavendra
2023-05-24 10:06:19 -07:00
committed by Gerrit - the friendly Code Review server
parent ba3198ddb1
commit f1752b7f5b
4 changed files with 10 additions and 277 deletions

View File

@@ -30,8 +30,14 @@ def define_modules(target, variant):
],
local_defines = ["DSP_TRACE_INCLUDE_PATH={}".format(trace_include_path)],
out = "frpc-adsprpc.ko",
hdrs = ["include/linux/fastrpc.h"],
includes = ["include/linux"],
hdrs = [
"include/linux/fastrpc.h",
"include/uapi/fastrpc_shared.h",
],
includes = [
"include/linux",
"include/uapi",
],
)
ddk_module(