blob: 717f313d2a21d3eb46bf9d55cfde47674b59ab9f (
plain)
1
2
3
4
5
6
7
8
9
|
/* SPDX-License-Identifier: MIT */
/* Copyright © 2025 Intel Corporation */
#ifndef __I915_DISPLAY_PC8_H__
#define __I915_DISPLAY_PC8_H__
extern const struct intel_display_pc8_interface i915_display_pc8_interface;
#endif /* __I915_DISPLAY_PC8_H__ */
|