]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/mmc.h
ARM: tegra: deduplicate MASK_BITS_xxx clock mux enum
[karo-tx-uboot.git] / include / mmc.h
index cb558da63d8307024d88002de8daecb28cddd834..e1060b9ff2794f5b3ebb77b14321ccad1c499d54 100644 (file)
@@ -262,6 +262,8 @@ struct mmc {
        uint card_caps;
        uint host_caps;
        uint ocr;
+       uint dsr;
+       uint dsr_imp;
        uint scr[2];
        uint csd[4];
        uint cid[4];
@@ -304,7 +306,7 @@ int board_mmc_getcd(struct mmc *mmc);
 int mmc_switch_part(int dev_num, unsigned int part_num);
 int mmc_getcd(struct mmc *mmc);
 int mmc_getwp(struct mmc *mmc);
-void spl_mmc_load(void) __noreturn;
+int mmc_set_dsr(struct mmc *mmc, u16 val);
 /* Function to change the size of boot partition and rpmb partitions */
 int mmc_boot_partition_size_change(struct mmc *mmc, unsigned long bootsize,
                                        unsigned long rpmbsize);