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