projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7b7c60
)
qcom-scm: add missing prototype for qcom_scm_is_available()
author
Rob Clark
<robdclark@gmail.com>
Tue, 29 Sep 2015 19:48:55 +0000
(15:48 -0400)
committer
Andy Gross
<agross@codeaurora.org>
Wed, 14 Oct 2015 19:51:22 +0000
(14:51 -0500)
Signed-off-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Andy Gross <agross@codeaurora.org>
include/linux/qcom_scm.h
patch
|
blob
|
history
diff --git
a/include/linux/qcom_scm.h
b/include/linux/qcom_scm.h
index
6e7d5ec
..
9e12000
100644
(file)
--- 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);