xref: /linux/drivers/gpu/drm/xe/display/xe_hdcp_gsc.h (revision c17ee635fd3a482b2ad2bf5e269755c2eae5f25e)
1 /* SPDX-License-Identifier: MIT */
2 /* Copyright © 2025 Intel Corporation */
3 
4 #ifndef __XE_HDCP_GSC_H__
5 #define __XE_HDCP_GSC_H__
6 
7 extern const struct intel_display_hdcp_interface xe_display_hdcp_interface;
8 
9 #endif
10