1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2019 Intel Corporation
6 #ifndef __I915_DEBUGFS_PARAMS__
7 #define __I915_DEBUGFS_PARAMS__
10 struct drm_i915_private
;
12 struct dentry
*i915_debugfs_params(struct drm_i915_private
*i915
);
14 #endif /* __I915_DEBUGFS_PARAMS__ */