xref: /linux/drivers/ras/debugfs.h (revision 748e84b79af0121a39eb55f0cb5a727e08eb91b2)
1 #ifndef __RAS_DEBUGFS_H__
2 #define __RAS_DEBUGFS_H__
3 
4 #include <linux/debugfs.h>
5 
6 extern struct dentry *ras_debugfs_dir;
7 
8 #endif /* __RAS_DEBUGFS_H__ */
9