]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/ext4fs.h
fs: Move ls and read methods into ext4, fat
[people/ms/u-boot.git] / include / ext4fs.h
index 3b59d15aab43633238f7e34f26041b14713f9ece..025a2e89c2342d2668e22ca389bb516d46fc0244 100644 (file)
@@ -138,4 +138,7 @@ void ext4fs_free_node(struct ext2fs_node *node, struct ext2fs_node *currroot);
 int ext4fs_devread(int sector, int byte_offset, int byte_len, char *buf);
 void ext4fs_set_blk_dev(block_dev_desc_t *rbdd, disk_partition_t *info);
 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);
 #endif