// SPDX-License-Identifier: MIT /* * Copyright © 2020 Intel Corporation */ #include <drm/drm_print.h> #include "gt/intel_gt_debugfs.h" #include "intel_huc.h" #include "intel_huc_debugfs.h" static int huc_info_show(struct seq_file *m, void *data) { … } DEFINE_INTEL_GT_DEBUGFS_ATTRIBUTE(…); void intel_huc_debugfs_register(struct intel_huc *huc, struct dentry *root) { … }