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