Merge branch 'master' of git://git.denx.de/u-boot-arm
[kernel/u-boot.git] / include / sandboxfs.h
index f5213ac..a51ad13 100644 (file)
@@ -25,6 +25,8 @@ long sandbox_fs_read_at(const char *filename, unsigned long pos,
 
 void sandbox_fs_close(void);
 int sandbox_fs_ls(const char *dirname);
+int sandbox_fs_exists(const char *filename);
 int fs_read_sandbox(const char *filename, void *buf, int offset, int len);
+int fs_write_sandbox(const char *filename, void *buf, int offset, int len);
 
 #endif