diff options
Diffstat (limited to 'fs/debugfs/internal.h')
-rw-r--r-- | fs/debugfs/internal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/debugfs/internal.h b/fs/debugfs/internal.h index b3e8443a1f47..512601eed3ce 100644 --- a/fs/debugfs/internal.h +++ b/fs/debugfs/internal.h | |||
@@ -19,4 +19,8 @@ extern const struct file_operations debugfs_noop_file_operations; | |||
19 | extern const struct file_operations debugfs_open_proxy_file_operations; | 19 | extern const struct file_operations debugfs_open_proxy_file_operations; |
20 | extern const struct file_operations debugfs_full_proxy_file_operations; | 20 | extern const struct file_operations debugfs_full_proxy_file_operations; |
21 | 21 | ||
22 | struct debugfs_fsdata { | ||
23 | const struct file_operations *real_fops; | ||
24 | }; | ||
25 | |||
22 | #endif /* _DEBUGFS_INTERNAL_H_ */ | 26 | #endif /* _DEBUGFS_INTERNAL_H_ */ |