xref: /linux/drivers/gpu/drm/xe/compat-i915-headers/i915_gpu_error.h (revision 2a6b6c9a226279b4f6668450ddb21ae655558087)
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2023 Intel Corporation
4  */
5 
6 #ifndef _I915_GPU_ERROR_H_
7 #define _I915_GPU_ERROR_H_
8 
9 struct drm_i915_error_state_buf;
10 
11 __printf(2, 3)
12 static inline void
13 i915_error_printf(struct drm_i915_error_state_buf *e, const char *f, ...)
14 {
15 }
16 
17 #endif
18