1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2021 Intel Corporation
6 #ifndef __INTEL_PXP_DEBUGFS_H__
7 #define __INTEL_PXP_DEBUGFS_H__
12 #ifdef CONFIG_DRM_I915_PXP
13 void intel_pxp_debugfs_register(struct intel_pxp *pxp);
16 intel_pxp_debugfs_register(struct intel_pxp *pxp)
21 #endif /* __INTEL_PXP_DEBUGFS_H__ */