]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/ext4fs.h
mmc: fix bug in mmc_startup_v4()
[people/ms/u-boot.git] / include / ext4fs.h
index 965cd9e9c507affcd5316ca161499493aab386a5..bb556391072516a6fee6ffb662ab552e96ad7c9e 100644 (file)
@@ -135,7 +135,7 @@ int ext4_write_file(const char *filename, void *buf, loff_t offset, loff_t len,
 
 struct ext_filesystem *get_fs(void);
 int ext4fs_open(const char *filename, loff_t *len);
-int ext4fs_read(char *buf, loff_t len, loff_t *actread);
+int ext4fs_read(char *buf, loff_t offset, loff_t len, loff_t *actread);
 int ext4fs_mount(unsigned part_length);
 void ext4fs_close(void);
 void ext4fs_reinit_global(void);