xref: /linux/drivers/gpu/drm/i915/display/intel_hdcp_gsc_message.h (revision 18f0817d2e9af479a40a1be4d83a849894d6b3f8)
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2023 Intel Corporation
4  */
5 
6 #ifndef __INTEL_HDCP_GSC_MESSAGE_H__
7 #define __INTEL_HDCP_GSC_MESSAGE_H__
8 
9 struct intel_display;
10 
11 int intel_hdcp_gsc_init(struct intel_display *display);
12 void intel_hdcp_gsc_fini(struct intel_display *display);
13 
14 #endif /* __INTEL_HDCP_GSC_MESSAGE_H__ */
15