xref: /linux/fs/befs/super.h (revision 3d3337de8900a199a7ab304f742a6ad2a973b9f4)
1 /*
2  * super.h
3  */
4 
5 int befs_load_sb(struct super_block *sb, befs_super_block * disk_sb);
6 
7 int befs_check_sb(struct super_block *sb);
8 
9