i915_panic.h 240 B

123456789
  1. /* SPDX-License-Identifier: MIT */
  2. /* Copyright © 2025 Intel Corporation */
  3. #ifndef __I915_PANIC_H__
  4. #define __I915_PANIC_H__
  5. extern const struct intel_display_panic_interface i915_display_panic_interface;
  6. #endif /* __I915_PANIC_H__ */