summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-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 2f1c7be0a8..d7a5d0ded3 100644
--- a/firmware/export/fat.h
+++ b/firmware/export/fat.h
@@ -76,6 +76,7 @@ struct fat_dir
76 76
77extern void fat_init(void); 77extern void fat_init(void);
78extern int fat_mount(IF_MV2(int volume,) IF_MV2(int drive,) int startsector); 78extern int fat_mount(IF_MV2(int volume,) IF_MV2(int drive,) int startsector);
79extern int fat_unmount(int volume, bool flush);
79extern void fat_size(IF_MV2(int volume,) unsigned int* size, unsigned int* free); // public for info 80extern void fat_size(IF_MV2(int volume,) unsigned int* size, unsigned int* free); // public for info
80extern void fat_recalc_free(IF_MV_NONVOID(int volume)); // public for debug info screen 81extern void fat_recalc_free(IF_MV_NONVOID(int volume)); // public for debug info screen
81extern int fat_create_dir(const char* name, 82extern int fat_create_dir(const char* name,