linux-zen-server/drivers/gpu/drm/i915/gt/intel_gt_engines_debugfs.h

15 lines
309 B
C

/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2019 Intel Corporation
*/
#ifndef INTEL_GT_ENGINES_DEBUGFS_H
#define INTEL_GT_ENGINES_DEBUGFS_H
struct intel_gt;
struct dentry;
void intel_gt_engines_debugfs_register(struct intel_gt *gt, struct dentry *root);
#endif /* INTEL_GT_ENGINES_DEBUGFS_H */