X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Flinux%2Fqcom_scm.h;h=9e12000914b3451107abdde161e1ea64b7cfeb5e;hb=f9ead9beef3f44be0db4b542a8c2ce698fb1530e;hp=6e7d5ec65838249cb8e5117eaa410c4d35adde5c;hpb=61710a655fa60a7b3e0fd4731bc8403df647b7a3;p=cascardo%2Flinux.git 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);