X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fsandboxfs.h;h=e7c32623e101e31dde107d94468090dc3f041d4d;hb=14b256e5c084e1b693f4ad73c6a8beee7ffcb4af;hp=a51ad13044e174440fff9c1f69c7f2cebe16bf23;hpb=4c89a369c7cd6e7ad3adec4601cfa69fec476164;p=u-boot diff --git a/include/sandboxfs.h b/include/sandboxfs.h index a51ad13044..e7c32623e1 100644 --- a/include/sandboxfs.h +++ b/include/sandboxfs.h @@ -26,6 +26,7 @@ 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);