Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / gpu / drm / i915 / gt / debugfs_engines.h
blobf69257eaa1cc53b07d51016489bd35dd1e1a82fa
1 /* SPDX-License-Identifier: MIT */
2 /*
3 * Copyright © 2019 Intel Corporation
4 */
6 #ifndef DEBUGFS_ENGINES_H
7 #define DEBUGFS_ENGINES_H
9 struct intel_gt;
10 struct dentry;
12 void debugfs_engines_register(struct intel_gt *gt, struct dentry *root);
14 #endif /* DEBUGFS_ENGINES_H */