diff options
| author | Jörg Hohensohn <hohensoh@rockbox.org> | 2005-01-28 21:32:16 +0000 |
|---|---|---|
| committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2005-01-28 21:32:16 +0000 |
| commit | dc7534bdb2a784ae9d5c9089237935ff405c3525 (patch) | |
| tree | e12e3eab71cbd72605d661ea026c70127d633cb3 /firmware/export/disk.h | |
| parent | 3662ad2ae3a9fb5ec5a7295bb606524e642bb840 (diff) | |
| download | rockbox-dc7534bdb2a784ae9d5c9089237935ff405c3525.zip rockbox-dc7534bdb2a784ae9d5c9089237935ff405c3525.tar.gz rockbox-dc7534bdb2a784ae9d5c9089237935ff405c3525.tar.bz2 rockbox-dc7534bdb2a784ae9d5c9089237935ff405c3525.tar.xz | |
preparations for hotswapping MMC
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5701 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/disk.h')
| -rw-r--r-- | firmware/export/disk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/disk.h b/firmware/export/disk.h index e8525d1..e10fe9e 100644 --- a/firmware/export/disk.h +++ b/firmware/export/disk.h @@ -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 |