X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fsandboxfs.h;h=a51ad13044e174440fff9c1f69c7f2cebe16bf23;hb=0f1fa36ffffbd34c8512eeacade7139bcffda47c;hp=f5213ac10750d53086bfd7481127164ead8b926d;hpb=412665b46134f93464c09405e02f08ac9c62526d;p=karo-tx-uboot.git diff --git a/include/sandboxfs.h b/include/sandboxfs.h index f5213ac107..a51ad13044 100644 --- a/include/sandboxfs.h +++ b/include/sandboxfs.h @@ -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