summaryrefslogtreecommitdiff
path: root/include/linux/hdcp_qseecom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/hdcp_qseecom.h')
-rw-r--r--include/linux/hdcp_qseecom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hdcp_qseecom.h b/include/linux/hdcp_qseecom.h
index a8f50dc1d90c..0a31b66e6a72 100644
--- a/include/linux/hdcp_qseecom.h
+++ b/include/linux/hdcp_qseecom.h
@@ -17,6 +17,7 @@
struct hdcp_txmtr_ops {
int (*start)(void *phdcpcontext);
int (*stop)(void *phdcpcontext);
+ bool (*feature_supported)(void *phdcpcontext);
int (*process_message)(void *phdcpcontext,
unsigned char *msg, uint32_t msg_size);