debugfs.h 152 B

12345678
  1. #ifndef __RAS_DEBUGFS_H__
  2. #define __RAS_DEBUGFS_H__
  3. #include <linux/debugfs.h>
  4. extern struct dentry *ras_debugfs_dir;
  5. #endif /* __RAS_DEBUGFS_H__ */