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:
parent
65d9ca8a6f
commit
214cd81f08
6 changed files with 206 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue