Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __RAS_DEBUGFS_H__
0003 #define __RAS_DEBUGFS_H__
0004 
0005 #include <linux/debugfs.h>
0006 
0007 extern struct dentry *ras_debugfs_dir;
0008 
0009 #endif /* __RAS_DEBUGFS_H__ */