mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-04 08:15:44 +00:00
8 lines
111 B
C
8 lines
111 B
C
|
/*
|
||
|
* io.h
|
||
|
*/
|
||
|
|
||
|
struct buffer_head *befs_bread_iaddr(struct super_block *sb,
|
||
|
befs_inode_addr iaddr);
|
||
|
|