diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-06-18 09:47:21 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-18 09:47:21 -0700 |
| commit | 126a5ffa55db1fc3f137f0263aa5e4857eebb2e3 (patch) | |
| tree | 8f1e3cb89874aa33d1e73def3f30dc9b894335a8 /include/linux | |
| parent | 03a11129eb66626bcfad636b8486b16aeba7c4a9 (diff) | |
| parent | ffc2849b614113426c919d2fc3b00435ed887c86 (diff) | |
Merge "drivers/misc: move hdcp sysfs nodes to misc hdcp driver"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/hdcp_qseecom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hdcp_qseecom.h b/include/linux/hdcp_qseecom.h index dc4af867a3bc..dc513fbab580 100644 --- a/include/linux/hdcp_qseecom.h +++ b/include/linux/hdcp_qseecom.h @@ -125,6 +125,7 @@ struct hdcp_txmtr_ops { struct hdcp_client_ops { int (*wakeup)(struct hdmi_hdcp_wakeup_data *data); + void (*notify_lvl_change)(void *client_ctx, int min_lvl); }; enum hdcp_device_type { |
