forked from len0rd/rockbox
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
|
@ -35,5 +35,7 @@ struct partinfo {
|
|||
struct partinfo* disk_init(IF_MV_NONVOID(int volume));
|
||||
struct partinfo* disk_partinfo(int partition);
|
||||
int disk_mount_all(void); /* returns the # of successful mounts */
|
||||
int disk_mount(int drive);
|
||||
int disk_unmount(int drive);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue