forked from len0rd/rockbox
Define a USB storage type, and hook it up for hosted targets
Change-Id: I56363c989139c7edf0b2c67b0aac9ef1adfacba2
This commit is contained in:
parent
0a4a920029
commit
d8d37ffdb8
7 changed files with 35 additions and 4 deletions
|
|
@ -70,6 +70,9 @@
|
|||
#if (CONFIG_STORAGE & STORAGE_RAMDISK)
|
||||
#define RAMDISK_VOL_DEC "RAMDisk"
|
||||
#endif
|
||||
#if (CONFIG_STORAGE & STORAGE_USB)
|
||||
#define USB_VOL_DEC "USB"
|
||||
#endif
|
||||
#if (CONFIG_STORAGE & STORAGE_HOSTFS)
|
||||
#ifndef HOSTFS_VOL_DEC /* overridable */
|
||||
#define HOSTFS_VOL_DEC DEFAULT_VOL_DEC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue