1
0
Fork 0

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>
hifive-unleashed-5.1
Rob Clark 2015-09-29 15:48:55 -04:00 committed by Andy Gross
parent c7b7c60949
commit 2d3c277ca5
1 changed files with 2 additions and 0 deletions

View File

@ -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);