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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/fat.h b/firmware/export/fat.h
index 9a6bcfa1db..638a659f7a 100644
--- a/firmware/export/fat.h
+++ b/firmware/export/fat.h
@@ -122,7 +122,7 @@ extern int fat_rename(struct fat_file* file,
122 long size, int attr); 122 long size, int attr);
123 123
124extern int fat_opendir(IF_MV2(int volume,) 124extern int fat_opendir(IF_MV2(int volume,)
125 struct fat_dir *ent, unsigned long currdir, 125 struct fat_dir *ent, unsigned long startcluster,
126 const struct fat_dir *parent_dir); 126 const struct fat_dir *parent_dir);
127extern int fat_getnext(struct fat_dir *ent, struct fat_direntry *entry); 127extern int fat_getnext(struct fat_dir *ent, struct fat_direntry *entry);
128extern unsigned int fat_get_cluster_size(IF_MV_NONVOID(int volume)); /* public for debug info screen */ 128extern unsigned int fat_get_cluster_size(IF_MV_NONVOID(int volume)); /* public for debug info screen */