summaryrefslogtreecommitdiff
path: root/include/drivers
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2019-03-13 15:25:54 +0000
committerGitHub <noreply@github.com>2019-03-13 15:25:54 +0000
commit77913d446cc2dca5c801ab9e52716e501872ae81 (patch)
tree46c84487dadd8b444b6f52c1700a878ea71b8c2b /include/drivers
parenteb9da9e182e0499b2c684f3829df687bee4782c8 (diff)
parent3d0f30bb544a6b4a0c4766a6c31169419db4090e (diff)
Merge pull request #1858 from thloh85-intel/dwmmc_fixes
drivers: synopsys: Fix synopsys MMC driver
Diffstat (limited to 'include/drivers')
-rw-r--r--include/drivers/synopsys/dw_mmc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drivers/synopsys/dw_mmc.h b/include/drivers/synopsys/dw_mmc.h
index 7031e0f4..20043552 100644
--- a/include/drivers/synopsys/dw_mmc.h
+++ b/include/drivers/synopsys/dw_mmc.h
@@ -16,6 +16,7 @@ typedef struct dw_mmc_params {
int clk_rate;
int bus_width;
unsigned int flags;
+ enum mmc_device_type mmc_dev_type;
} dw_mmc_params_t;
void dw_mmc_init(dw_mmc_params_t *params, struct mmc_device_info *info);