Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2021 Intel Corporation
0004  */
0005 
0006 #ifndef __INTEL_DP_HDCP___
0007 #define __INTEL_DP_HDCP___
0008 
0009 struct intel_connector;
0010 struct intel_digital_port;
0011 
0012 int intel_dp_hdcp_init(struct intel_digital_port *dig_port,
0013                struct intel_connector *intel_connector);
0014 
0015 #endif /* __INTEL_DP_HDCP___ */