/* SPDX-License-Identifier: MIT */ | |
/* | |
* Copyright © 2023 Intel Corporation | |
*/ | |
#ifndef __INTEL_DISPLAY_DEBUGFS_PARAMS__ | |
#define __INTEL_DISPLAY_DEBUGFS_PARAMS__ | |
struct drm_i915_private; | |
void intel_display_debugfs_params(struct drm_i915_private *i915); | |
#endif /* __INTEL_DISPLAY_DEBUGFS_PARAMS__ */ |