diff options
Diffstat (limited to 'include/linux/mtd/super.h')
-rw-r--r-- | include/linux/mtd/super.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mtd/super.h b/include/linux/mtd/super.h index 056c9932c723..42db3f8e8136 100644 --- a/include/linux/mtd/super.h +++ b/include/linux/mtd/super.h @@ -14,6 +14,9 @@ #include <linux/fs.h> #include <linux/mount.h> +extern int get_tree_mtd(struct fs_context *fc, + int (*fill_super)(struct super_block *sb, + struct fs_context *fc)); extern struct dentry *mount_mtd(struct file_system_type *fs_type, int flags, const char *dev_name, void *data, int (*fill_super)(struct super_block *, void *, int)); |