debugfs: add support for more elaborate ->d_fsdata
[linux-2.6-microblaze.git] / fs / debugfs / internal.h
index b3e8443..512601e 100644 (file)
@@ -19,4 +19,8 @@ extern const struct file_operations debugfs_noop_file_operations;
 extern const struct file_operations debugfs_open_proxy_file_operations;
 extern const struct file_operations debugfs_full_proxy_file_operations;
 
+struct debugfs_fsdata {
+       const struct file_operations *real_fops;
+};
+
 #endif /* _DEBUGFS_INTERNAL_H_ */