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