WIP FPC-III support
[linux/fpc-iii.git] / drivers / gpu / drm / i915 / gt / uc / intel_guc_debugfs.h
blob424c26665cf1926d855998c5b04fb2eccd7f4f68
1 /* SPDX-License-Identifier: MIT */
2 /*
3 * Copyright © 2020 Intel Corporation
4 */
6 #ifndef DEBUGFS_GUC_H
7 #define DEBUGFS_GUC_H
9 struct intel_guc;
10 struct dentry;
12 void intel_guc_debugfs_register(struct intel_guc *guc, struct dentry *root);
14 #endif /* DEBUGFS_GUC_H */