X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Ffat.h;h=20ca3f3dca7df4476c5e94b9925815ba08bb6378;hb=52d00a812a29974e660f64a8839ddb550dca5290;hp=63cf78779bd585d18516519593f4e86455bdf68c;hpb=dab5e3469d294a4e1ffed8407d296a78e02cc01f;p=karo-tx-uboot.git diff --git a/include/fat.h b/include/fat.h index 63cf78779b..20ca3f3dca 100644 --- a/include/fat.h +++ b/include/fat.h @@ -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);