xref: /linux/drivers/gpu/drm/i915/display/intel_hdcp_gsc_message.h (revision e47a324d6f07c9ef252cfce1f14cfa5110cbed99)
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