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