sdmmc v2: Driver fixes

This commit is contained in:
CTCaer
2020-04-29 21:43:07 +03:00
parent 88b01994bd
commit eac6426125
4 changed files with 172 additions and 84 deletions

View File

@@ -23,6 +23,16 @@
u32 sd_power_cycle_time_start;
typedef enum _sdmmc_type
{
MMC_SD = 0,
MMC_EMMC = 1,
EMMC_GPP = 0,
EMMC_BOOT0 = 1,
EMMC_BOOT1 = 2
} sdmmc_type;
typedef struct _mmc_cid
{
u32 manfid;