xref: /linux/drivers/gpu/drm/i915/gt/uc/intel_guc_debugfs.h (revision 24bce201d79807b668bf9d9e0aca801c5c0d5f78)
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2020 Intel Corporation
4  */
5 
6 #ifndef DEBUGFS_GUC_H
7 #define DEBUGFS_GUC_H
8 
9 struct intel_guc;
10 struct dentry;
11 
12 void intel_guc_debugfs_register(struct intel_guc *guc, struct dentry *root);
13 
14 #endif /* DEBUGFS_GUC_H */
15