aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/qcom_scm.h
diff options
context:
space:
mode:
authorRob Clark <robdclark@gmail.com>2015-09-29 15:48:55 -0400
committerAndy Gross <agross@codeaurora.org>2015-10-14 14:51:22 -0500
commit2d3c277ca5b1a9c12cde1f760ff925b87608bc76 (patch)
tree263461b3e6cc4ae9dcb96bebe6d6e950a410fa2d /include/linux/qcom_scm.h
parentqcom-scm: fix endianess issue in __qcom_scm_is_call_available (diff)
downloadlinux-dev-2d3c277ca5b1a9c12cde1f760ff925b87608bc76.tar.xz
linux-dev-2d3c277ca5b1a9c12cde1f760ff925b87608bc76.zip
qcom-scm: add missing prototype for qcom_scm_is_available()
Signed-off-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Andy Gross <agross@codeaurora.org>
Diffstat (limited to 'include/linux/qcom_scm.h')
-rw-r--r--include/linux/qcom_scm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/qcom_scm.h b/include/linux/qcom_scm.h
index 6e7d5ec65838..9e12000914b3 100644
--- a/include/linux/qcom_scm.h
+++ b/include/linux/qcom_scm.h
@@ -23,6 +23,8 @@ struct qcom_scm_hdcp_req {
u32 val;
};
+extern bool qcom_scm_is_available(void);
+
extern bool qcom_scm_hdcp_available(void);
extern int qcom_scm_hdcp_req(struct qcom_scm_hdcp_req *req, u32 req_cnt,
u32 *resp);