forked from len0rd/rockbox
Revert root_redirect :(
This reverts commit 31fc46ded6
.
Change-Id: Ia78618c0e8b25ca65f7c8ae0db1cb9c9b321bad9
This commit is contained in:
parent
bd744059cf
commit
f850bbbbc4
19 changed files with 215 additions and 645 deletions
|
@ -29,11 +29,6 @@ void file_binding_remove(struct file_base_binding *bindp);
|
|||
void file_binding_remove_next(struct file_base_binding *prevp,
|
||||
struct file_base_binding *bindp);
|
||||
|
||||
bool fileobj_mount(const struct file_base_info *srcinfop,
|
||||
unsigned int callflags,
|
||||
struct file_base_binding **bindpp);
|
||||
void fileobj_unmount(struct file_base_binding *bindp);
|
||||
|
||||
void fileobj_fileop_open(struct filestr_base *stream,
|
||||
const struct file_base_info *srcinfop,
|
||||
unsigned int callflags);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue