diff options
Diffstat (limited to 'include/ext4fs.h')
| -rw-r--r-- | include/ext4fs.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/ext4fs.h b/include/ext4fs.h index 025a2e89c..379f7eb5e 100644 --- a/include/ext4fs.h +++ b/include/ext4fs.h @@ -141,4 +141,5 @@ long int read_allocated_block(struct ext2_inode *inode, int fileblock);  int ext4fs_probe(block_dev_desc_t *fs_dev_desc,  		 disk_partition_t *fs_partition);  int ext4_read_file(const char *filename, void *buf, int offset, int len); +int ext4_read_superblock(char *buffer);  #endif |