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
9struct intel_display;
10
11int intel_hdcp_gsc_init(struct intel_display *display);
12void intel_hdcp_gsc_fini(struct intel_display *display);
13
14#endif /* __INTEL_HDCP_GSC_MESSAGE_H__ */
15

source code of linux/drivers/gpu/drm/i915/display/intel_hdcp_gsc_message.h