mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-13 11:51:32 +00:00
9 lines
123 B
C
9 lines
123 B
C
|
/*
|
||
|
* inode.h
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
int befs_check_inode(struct super_block *sb, befs_inode * raw_inode,
|
||
|
befs_blocknr_t inode);
|
||
|
|