summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAmit Blay <ablay@codeaurora.org>2017-07-10 18:30:20 +0300
committerGerrit - the friendly Code Review server <code-review@localhost>2017-07-17 08:21:17 -0700
commit9e7a2e921bd5d2750c93ec73be85f032e0af4c75 (patch)
tree583ff4d74bf86a99994e1f51074ed81c84f79d5a /include
parent977260957b228ef9809455dd527b1047129c1fe0 (diff)
soc: qcom: SCM front-end over QCPE
This is an implementation of para-virtualized SCM driver. This driver is the FE. The BE is QCPE running in an hypervisor. The FE driver forwards SCM calls over HAB to the BE. Change-Id: I88c269e856b0a6cc20b9ab8bf10110842d90a382 Signed-off-by: Amit Blay <ablay@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/soc/qcom/scm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/soc/qcom/scm.h b/include/soc/qcom/scm.h
index 4ced3c29e932..af389305207f 100644
--- a/include/soc/qcom/scm.h
+++ b/include/soc/qcom/scm.h
@@ -95,7 +95,7 @@ struct scm_desc {
u64 x5;
};
-#ifdef CONFIG_QCOM_SCM
+#if defined(CONFIG_QCOM_SCM) || defined(CONFIG_QCOM_SCM_QCPE)
extern int scm_call(u32 svc_id, u32 cmd_id, const void *cmd_buf, size_t cmd_len,
void *resp_buf, size_t resp_len);