]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - include/ext4fs.h
colibri_imx6: switch to zimage
[thirdparty/u-boot.git] / include / ext4fs.h
index 4b5de6e7b6361c887b46de762113e88d51ae6685..34585d407d06d9aa861ace1144af627163b77554 100644 (file)
@@ -134,10 +134,11 @@ extern int gindex;
 int ext4fs_init(void);
 void ext4fs_deinit(void);
 int ext4fs_filename_unlink(char *filename);
-int ext4fs_write(const char *fname, unsigned char *buffer,
-                unsigned long sizebytes);
+int ext4fs_write(const char *fname, const char *buffer,
+                                unsigned long sizebytes, int type);
 int ext4_write_file(const char *filename, void *buf, loff_t offset, loff_t len,
                    loff_t *actwrite);
+int ext4fs_create_link(const char *target, const char *fname);
 #endif
 
 struct ext_filesystem *get_fs(void);