mirror of
https://gitflic.ru/project/npo_rbs/repka-os_kernel.git
synced 2025-04-26 14:25:23 +00:00
6 lines
131 B
C
6 lines
131 B
C
/*
|
|
* super.h
|
|
*/
|
|
|
|
int befs_load_sb(struct super_block *sb, befs_super_block *disk_sb);
|
|
int befs_check_sb(struct super_block *sb);
|