1
0
Fork 0
forked from len0rd/rockbox

add proper dummy storage implementation for sims

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18977 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2008-11-02 02:01:57 +00:00
parent 86f0c75cde
commit 8d68a567e4
3 changed files with 142 additions and 91 deletions

View file

@ -122,6 +122,8 @@ drivers/fat.c
#if (CONFIG_STORAGE & STORAGE_MMC) || (CONFIG_STORAGE & STORAGE_SD)
hotswap.c
#endif
#else /* SIMULATOR */
storage-sim.c
#endif /* SIMULATOR */
/* EEPROM */