mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
preparations for hotswapping MMC
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5701 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3662ad2ae3
commit
dc7534bdb2
7 changed files with 128 additions and 36 deletions
|
@ -87,6 +87,7 @@ extern int remove(const char* pathname);
|
|||
extern int rename(const char* path, const char* newname);
|
||||
extern int ftruncate(int fd, off_t length);
|
||||
extern off_t filesize(int fd);
|
||||
extern int release_files(int volume);
|
||||
#endif /* SIMULATOR */
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue