forked from len0rd/rockbox
iPod Classic CE-ATA Support (Part 2 of 4: Remove on-stack sector buffers, and replace them with a single statically allocated sector buffer that's arbitrated amongst users)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29445 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
751303c2ac
commit
1b5e31ed43
5 changed files with 141 additions and 28 deletions
|
|
@ -134,5 +134,7 @@ extern int fat_opendir(IF_MV2(int volume,)
|
|||
extern int fat_getnext(struct fat_dir *ent, struct fat_direntry *entry);
|
||||
extern unsigned int fat_get_cluster_size(IF_MV_NONVOID(int volume)); /* public for debug info screen */
|
||||
extern bool fat_ismounted(int volume);
|
||||
extern void* fat_get_sector_buffer(void);
|
||||
extern void fat_release_sector_buffer(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue