blob: f8053eb8d189812f038cfda6bfa6344def1f0845 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2026 Intel Corporation
*/
#ifndef __I915_OVERLAY_H__
#define __I915_OVERLAY_H__
extern const struct intel_display_overlay_interface i915_display_overlay_interface;
#endif /* __I915_OVERLAY_H__ */
|