msm_hdcp.h 493 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef __MSM_HDCP_H
  6. #define __MSM_HDCP_H
  7. #include <linux/types.h>
  8. #include "hdcp/msm_hdmi_hdcp_mgr.h"
  9. void msm_hdcp_notify_topology(struct device *dev);
  10. void msm_hdcp_cache_repeater_topology(struct device *dev,
  11. struct HDCP_V2V1_MSG_TOPOLOGY *tp);
  12. void msm_hdcp_register_cb(struct device *dev, void *ctx,
  13. void (*cb)(void *ctx, u8 data));
  14. #endif /* __MSM_HDCP_H */