diff options
author | Rob Clark <robdclark@gmail.com> | 2015-09-29 15:48:55 -0400 |
---|---|---|
committer | Andy Gross <agross@codeaurora.org> | 2015-10-14 14:51:22 -0500 |
commit | 2d3c277ca5b1a9c12cde1f760ff925b87608bc76 (patch) | |
tree | 263461b3e6cc4ae9dcb96bebe6d6e950a410fa2d /include/linux/qcom_scm.h | |
parent | c7b7c609493da428bd5af19d522b14a912b8ea3e (diff) | |
download | op-kernel-dev-2d3c277ca5b1a9c12cde1f760ff925b87608bc76.zip op-kernel-dev-2d3c277ca5b1a9c12cde1f760ff925b87608bc76.tar.gz |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/qcom_scm.h b/include/linux/qcom_scm.h index 6e7d5ec..9e12000 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); |