summaryrefslogtreecommitdiff
path: root/firmware/drivers/fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/fat.h')
-rw-r--r--firmware/drivers/fat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/fat.h b/firmware/drivers/fat.h
index 844864d88b..836d5c6866 100644
--- a/firmware/drivers/fat.h
+++ b/firmware/drivers/fat.h
@@ -66,6 +66,7 @@ extern int fat_mount(int startsector);
66extern int fat_create_file(unsigned int currdir, char *name); 66extern int fat_create_file(unsigned int currdir, char *name);
67extern int fat_create_dir(unsigned int currdir, char *name); 67extern int fat_create_dir(unsigned int currdir, char *name);
68#endif 68#endif
69extern int fat_startsector(void);
69extern int fat_open(unsigned int cluster, struct fat_file *ent); 70extern int fat_open(unsigned int cluster, struct fat_file *ent);
70extern int fat_read(struct fat_file *ent, int sectorcount, void* buf ); 71extern int fat_read(struct fat_file *ent, int sectorcount, void* buf );
71extern int fat_seek(struct fat_file *ent, int sector ); 72extern int fat_seek(struct fat_file *ent, int sector );