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