]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/sandboxfs.h
dm: Allow a device to be found by its FDT offset
[karo-tx-uboot.git] / include / sandboxfs.h
index 8ea8cb7e2e627f091bd626421fe1ad1bc8623240..a51ad13044e174440fff9c1f69c7f2cebe16bf23 100644 (file)
@@ -25,6 +25,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 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);