]> Git Repo - J-linux.git/blob - drivers/gpu/drm/xe/compat-i915-headers/i915_gpu_error.h
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[J-linux.git] / drivers / gpu / drm / xe / compat-i915-headers / i915_gpu_error.h
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
This page took 0.027688 seconds and 4 git commands to generate.