forked from len0rd/rockbox
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
This commit is contained in:
parent
8a727cecdb
commit
6fb512aba5
5 changed files with 105 additions and 37 deletions
|
|
@ -67,6 +67,7 @@ struct fat_dir
|
|||
|
||||
|
||||
extern int fat_mount(int startsector);
|
||||
extern void fat_size(unsigned int* size, unsigned int* free);
|
||||
|
||||
extern int fat_create_dir(unsigned int currdir, char *name);
|
||||
extern int fat_startsector(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue