1 /* SPDX-License-Identifier: MIT */ 2 /* Copyright © 2026 Intel Corporation */ 3 4 #ifndef __I915_GEM_PANIC_H__ 5 #define __I915_GEM_PANIC_H__ 6 7 #include <linux/types.h> 8 9 extern const struct intel_display_panic_interface i915_display_panic_interface; 10 11 #endif /* __I915_GEM_PANIC_H__ */ 12