]> Git Repo - linux.git/blob - drivers/gpu/drm/i915/pxp/intel_pxp_debugfs.h
Linux 6.14-rc3
[linux.git] / drivers / gpu / drm / i915 / pxp / intel_pxp_debugfs.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2021 Intel Corporation
4  */
5
6 #ifndef __INTEL_PXP_DEBUGFS_H__
7 #define __INTEL_PXP_DEBUGFS_H__
8
9 struct intel_pxp;
10 struct dentry;
11
12 #ifdef CONFIG_DRM_I915_PXP
13 void intel_pxp_debugfs_register(struct intel_pxp *pxp);
14 #else
15 static inline void
16 intel_pxp_debugfs_register(struct intel_pxp *pxp)
17 {
18 }
19 #endif
20
21 #endif /* __INTEL_PXP_DEBUGFS_H__ */
This page took 0.031784 seconds and 4 git commands to generate.