]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/fat.h
drivers/spi/omap3: Bug fix of premature write transfer completion
[karo-tx-uboot.git] / include / fat.h
index 2c951e7d79c626bdff3749eabd2cce5283089050..c8eb7ccd2904c2e9977b252f4234d20854e29501 100644 (file)
@@ -188,6 +188,7 @@ file_read_func              file_fat_read;
 int file_cd(const char *path);
 int file_fat_detectfs(void);
 int file_fat_ls(const char *dir);
+int fat_exists(const char *filename);
 long file_fat_read_at(const char *filename, unsigned long pos, void *buffer,
                      unsigned long maxsize);
 long file_fat_read(const char *filename, void *buffer, unsigned long maxsize);