Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2019 Intel Corporation
0004  */
0005 
0006 #ifndef INTEL_GT_ENGINES_DEBUGFS_H
0007 #define INTEL_GT_ENGINES_DEBUGFS_H
0008 
0009 struct intel_gt;
0010 struct dentry;
0011 
0012 void intel_gt_engines_debugfs_register(struct intel_gt *gt, struct dentry *root);
0013 
0014 #endif /* INTEL_GT_ENGINES_DEBUGFS_H */