X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fsandboxfs.h;h=e7c32623e101e31dde107d94468090dc3f041d4d;hb=14b256e5c084e1b693f4ad73c6a8beee7ffcb4af;hp=f5213ac10750d53086bfd7481127164ead8b926d;hpb=6579d15c58e2b6b051f126ea8b77dd767252aa14;p=u-boot diff --git a/include/sandboxfs.h b/include/sandboxfs.h index f5213ac107..e7c32623e1 100644 --- a/include/sandboxfs.h +++ b/include/sandboxfs.h @@ -25,6 +25,9 @@ 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 sandbox_fs_size(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