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
9struct drm_i915_error_state_buf;
10
11__printf(2, 3)
12static inline void
13i915_error_printf(struct drm_i915_error_state_buf *e, const char *f, ...)
14{
15}
16
17#endif
18