summaryrefslogtreecommitdiff
path: root/firmware/drivers/fat.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-11-12 11:32:26 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-11-12 11:32:26 +0000
commit6fb512aba58bf221cdfcfc2a3df2148e8527883c (patch)
treee8ee8149ecf862068b7d70b2ec28ca04678227c6 /firmware/drivers/fat.h
parent8a727cecdbb6f4efcea3a1b98cc1463825bdc499 (diff)
downloadrockbox-6fb512aba58bf221cdfcfc2a3df2148e8527883c.tar.gz
rockbox-6fb512aba58bf221cdfcfc2a3df2148e8527883c.zip
Added disk space to Info menu item. (Players press + to see it.)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2837 a1c6a512-1295-4272-9138-f99709370657
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 b23d8dfa08..8ef2982279 100644
--- a/firmware/drivers/fat.h
+++ b/firmware/drivers/fat.h
@@ -67,6 +67,7 @@ struct fat_dir
67 67
68 68
69extern int fat_mount(int startsector); 69extern int fat_mount(int startsector);
70extern void fat_size(unsigned int* size, unsigned int* free);
70 71
71extern int fat_create_dir(unsigned int currdir, char *name); 72extern int fat_create_dir(unsigned int currdir, char *name);
72extern int fat_startsector(void); 73extern int fat_startsector(void);