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