1 /* SPDX-License-Identifier: MIT */
4 * Copyright © 2020 Intel Corporation
7 #ifndef INTEL_SSEU_DEBUGFS_H
8 #define INTEL_SSEU_DEBUGFS_H
14 int intel_sseu_status(struct seq_file *m, struct intel_gt *gt);
15 void intel_sseu_debugfs_register(struct intel_gt *gt, struct dentry *root);
17 #endif /* INTEL_SSEU_DEBUGFS_H */