brintos

brintos / linux-shallow public Read only

0
0
Text · 293 B · 6656707 Raw
15 lines · c
1/* SPDX-License-Identifier: MIT */2/*3 * Copyright © 2019 Intel Corporation4 */5 6#ifndef __I915_DEBUGFS_PARAMS__7#define __I915_DEBUGFS_PARAMS__8 9struct dentry;10struct drm_i915_private;11 12struct dentry *i915_debugfs_params(struct drm_i915_private *i915);13 14#endif /* __I915_DEBUGFS_PARAMS__ */15