Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 
0003 /*
0004  * Copyright © 2020 Intel Corporation
0005  */
0006 
0007 #ifndef INTEL_SSEU_DEBUGFS_H
0008 #define INTEL_SSEU_DEBUGFS_H
0009 
0010 struct intel_gt;
0011 struct dentry;
0012 struct seq_file;
0013 
0014 int intel_sseu_status(struct seq_file *m, struct intel_gt *gt);
0015 void intel_sseu_debugfs_register(struct intel_gt *gt, struct dentry *root);
0016 
0017 #endif /* INTEL_SSEU_DEBUGFS_H */