Merge tag 'sound-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[linux-2.6-microblaze.git] / drivers / gpu / drm / i915 / gt / uc / intel_guc_log_debugfs.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2020 Intel Corporation
4  */
5
6 #ifndef DEBUGFS_GUC_LOG_H
7 #define DEBUGFS_GUC_LOG_H
8
9 struct intel_guc_log;
10 struct dentry;
11
12 void intel_guc_log_debugfs_register(struct intel_guc_log *log,
13                                     struct dentry *root);
14
15 #endif /* DEBUGFS_GUC_LOG_H */