summaryrefslogtreecommitdiff
path: root/firmware/export/fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/fat.h')
-rw-r--r--firmware/export/fat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/fat.h b/firmware/export/fat.h
index dbc0ab20cc..db8737cfd3 100644
--- a/firmware/export/fat.h
+++ b/firmware/export/fat.h
@@ -94,5 +94,6 @@ extern int fat_rename(struct fat_file* file,
94 94
95extern int fat_opendir(struct fat_dir *ent, unsigned int currdir); 95extern int fat_opendir(struct fat_dir *ent, unsigned int currdir);
96extern int fat_getnext(struct fat_dir *ent, struct fat_direntry *entry); 96extern int fat_getnext(struct fat_dir *ent, struct fat_direntry *entry);
97extern int fat_get_cluster_size(void);
97 98
98#endif 99#endif