]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/fsl_esdhc.h
TX6 Release 2013-04-22
[karo-tx-uboot.git] / include / fsl_esdhc.h
index 47d2fe4f188fa4a623c517ce5c01a84de6e7084b..efb48c97a7b5a39a0067233e028aedea842fd2ad 100644 (file)
@@ -26,6 +26,7 @@
 #ifndef  __FSL_ESDHC_H__
 #define        __FSL_ESDHC_H__
 
+#include <linux/compat.h>
 #include <asm/errno.h>
 #include <asm/byteorder.h>
 
 #define ESDHC_HOSTCAPBLT_HSS   0x00200000
 
 struct fsl_esdhc_cfg {
-       u32     esdhc_base;
+       void __iomem *esdhc_base;
        u32     sdhc_clk;
+       int     cd_gpio;
+       int     wp_gpio;
 };
 
 /* Select the correct accessors depending on endianess */