blob: c1062e4b62f7fa812be7e58e345d462b658da3af (
plain)
1
2
3
4
5
6
7
8
9
|
/* SPDX-License-Identifier: MIT */
/* Copyright © 2025 Intel Corporation */
#ifndef __XE_HDCP_GSC_H__
#define __XE_HDCP_GSC_H__
extern const struct intel_display_hdcp_interface xe_display_hdcp_interface;
#endif
|