From ef1698e6487e8954648f806c02428ff691139438 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 6 Apr 2004 00:17:02 +0000 Subject: Added cluster size to the disk debug screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4469 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/fat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export/fat.h') 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 -- cgit v1.2.3