1
0
Fork 0
forked from len0rd/rockbox

Add ramdisk storage driver. It will be useful for developing multi-driver storage

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18993 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2008-11-03 20:52:27 +00:00
parent 65d9ca8a6f
commit 214cd81f08
6 changed files with 206 additions and 4 deletions

View file

@ -117,6 +117,8 @@ drivers/ata_flash.c
target/arm/ata-nand-telechips.c
#elif (CONFIG_STORAGE & STORAGE_ATA)
drivers/ata.c
#elif (CONFIG_STORAGE & STORAGE_RAMDISK)
drivers/ramdisk.c
#endif /* CONFIG_STORAGE */
drivers/fat.c
#if (CONFIG_STORAGE & STORAGE_MMC) || (CONFIG_STORAGE & STORAGE_SD)