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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/drivers/fat.h b/firmware/drivers/fat.h
index a7c73c53fe..e259255d51 100644
--- a/firmware/drivers/fat.h
+++ b/firmware/drivers/fat.h
@@ -115,6 +115,9 @@ extern int fat_read(struct bpb *bpb,
115 struct fat_fileent *ent, 115 struct fat_fileent *ent,
116 int sectorcount, 116 int sectorcount,
117 void* buf ); 117 void* buf );
118extern int fat_seek(struct bpb *bpb,
119 struct fat_fileent *ent,
120 int sector );
118 121
119extern int fat_opendir(struct bpb *bpb, 122extern int fat_opendir(struct bpb *bpb,
120 struct fat_dirent *ent, 123 struct fat_dirent *ent,