Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2019 Intel Corporation
0004  */
0005 
0006 #ifndef __I915_DEBUGFS_PARAMS__
0007 #define __I915_DEBUGFS_PARAMS__
0008 
0009 struct dentry;
0010 struct drm_i915_private;
0011 
0012 struct dentry *i915_debugfs_params(struct drm_i915_private *i915);
0013 
0014 #endif /* __I915_DEBUGFS_PARAMS__ */