1/* SPDX-License-Identifier: MIT */
2/* Copyright © 2024 Intel Corporation */
3
4/*
5 * This header is for transitional struct intel_display conversion helpers only.
6 */
7
8#ifndef __INTEL_DISPLAY_CONVERSION__
9#define __INTEL_DISPLAY_CONVERSION__
10
11struct drm_device;
12struct intel_display;
13
14struct intel_display *__drm_to_display(struct drm_device *drm);
15
16#endif /* __INTEL_DISPLAY_CONVERSION__ */
17