summaryrefslogtreecommitdiffstats
path: root/firmware/export
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-04-06 00:17:02 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-04-06 00:17:02 +0000
commitef1698e6487e8954648f806c02428ff691139438 (patch)
tree81d2d066bffd70b5933edcbbd14c991bfa487bea /firmware/export
parentd4241b0f62f6cce7d649faa97888722028d24813 (diff)
downloadrockbox-ef1698e6487e8954648f806c02428ff691139438.tar.gz
rockbox-ef1698e6487e8954648f806c02428ff691139438.zip
Added cluster size to the disk debug screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4469 a1c6a512-1295-4272-9138-f99709370657
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 dbc0ab20cc..db8737cfd3 100644
--- a/firmware/export/fat.h
+++ b/firmware/export/fat.h
@@ -94,5 +94,6 @@ extern int fat_rename(struct fat_file* file,
extern int fat_opendir(struct fat_dir *ent, unsigned int currdir);
extern int fat_getnext(struct fat_dir *ent, struct fat_direntry *entry);
+extern int fat_get_cluster_size(void);
#endif