18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: MIT */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright © 2019 Intel Corporation 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef __I915_DEBUGFS_PARAMS__ 78c2ecf20Sopenharmony_ci#define __I915_DEBUGFS_PARAMS__ 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_cistruct dentry; 108c2ecf20Sopenharmony_cistruct drm_i915_private; 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_cistruct dentry *i915_debugfs_params(struct drm_i915_private *i915); 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#endif /* __I915_DEBUGFS_PARAMS__ */ 15