add mmc types for emummc, used only for emummc ums
This commit is contained in:
@@ -31,6 +31,9 @@ typedef enum _sdmmc_type
|
|||||||
{
|
{
|
||||||
MMC_SD = 0,
|
MMC_SD = 0,
|
||||||
MMC_EMMC = 1,
|
MMC_EMMC = 1,
|
||||||
|
MMC_EMUMMC_FILE = 2,
|
||||||
|
MMC_EMUMMC_RAW_SD = 3,
|
||||||
|
MMC_EMUMMC_RAW_EMMC = 4,
|
||||||
|
|
||||||
EMMC_GPP = 0,
|
EMMC_GPP = 0,
|
||||||
EMMC_BOOT0 = 1,
|
EMMC_BOOT0 = 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user