mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Added dummy fat_size() to make it link
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2838 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6fb512aba5
commit
5a7548afba
1 changed files with 7 additions and 1 deletions
|
|
@ -89,4 +89,10 @@ struct dirent *readdir (
|
||||||
|
|
||||||
|
|
||||||
return &dir->fd;
|
return &dir->fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void fat_size(unsigned int* size, unsigned int* free)
|
||||||
|
{
|
||||||
|
*size = 2049;
|
||||||
|
*free = 1037;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue