xref: /linux/drivers/gpu/drm/i915/gem/i915_gem_panic.h (revision 4e69c1856bfd9ffb7e9d335a25842fa211628929)
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