]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/arch-am33xx/mmc_host_def.h
ARM:OMAP+:MMC: Add parameters to MMC init
[karo-tx-uboot.git] / arch / arm / include / asm / arch-am33xx / mmc_host_def.h
index 943526b94a497a33edf207b57ad5fcea87ed6265..26cc300e70fc170746b766b91d4e6ff81954f9bf 100644 (file)
@@ -159,6 +159,6 @@ typedef struct hsmmc {
 #define mmc_reg_out(addr, mask, val)\
        writel((readl(addr) & (~(mask))) | ((val) & (mask)), (addr))
 
-int omap_mmc_init(int dev_index);
+int omap_mmc_init(int dev_index, uint host_caps_mask, uint f_max);
 
 #endif /* MMC_HOST_DEF_H */