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