]> git.sur5r.net Git - u-boot/blobdiff - include/fat.h
fs: implement size/fatsize/ext4size
[u-boot] / include / fat.h
index 63cf78779bd585d18516519593f4e86455bdf68c..20ca3f3dca7df4476c5e94b9925815ba08bb6378 100644 (file)
@@ -198,6 +198,7 @@ int file_cd(const char *path);
 int file_fat_detectfs(void);
 int file_fat_ls(const char *dir);
 int fat_exists(const char *filename);
+int fat_size(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);