summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/fat.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/export/fat.h b/firmware/export/fat.h
index 921f04eb8d..dbc0ab20cc 100644
--- a/firmware/export/fat.h
+++ b/firmware/export/fat.h
@@ -72,8 +72,9 @@ struct fat_dir
72extern int fat_mount(int startsector); 72extern int fat_mount(int startsector);
73extern void fat_size(unsigned int* size, unsigned int* free); 73extern void fat_size(unsigned int* size, unsigned int* free);
74extern void fat_recalc_free(void); 74extern void fat_recalc_free(void);
75 75extern int fat_create_dir(char* name,
76extern int fat_create_dir(unsigned int currdir, char *name); 76 struct fat_dir* newdir,
77 struct fat_dir* dir);
77extern int fat_startsector(void); 78extern int fat_startsector(void);
78extern int fat_open(unsigned int cluster, 79extern int fat_open(unsigned int cluster,
79 struct fat_file* ent, 80 struct fat_file* ent,