mirror of https://github.com/torvalds/linux.git
14 lines
304 B
C
14 lines
304 B
C
/* 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__ */
|