M7350/kernel/fs/befs/super.h

9 lines
134 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
/*
* super.h
*/
int befs_load_sb(struct super_block *sb, befs_super_block * disk_sb);
int befs_check_sb(struct super_block *sb);