1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2021 Intel Corporation
4  */
5 
6 #ifndef __INTEL_DP_HDCP___
7 #define __INTEL_DP_HDCP___
8 
9 struct intel_connector;
10 struct intel_digital_port;
11 
12 int intel_dp_hdcp_init(struct intel_digital_port *dig_port,
13 		       struct intel_connector *intel_connector);
14 
15 #endif /* __INTEL_DP_HDCP___ */
16