MFD,mmc: tmio_mmc: make HCLK configurable
[sfrench/cifs-2.6.git] / include / linux / mfd / tmio.h
index 516d955ab8a1bb9e63120a3bb79c0f0d4e08e297..c377118884e66bd61fd87d5ffaa247effd5fb5ae 100644 (file)
        writew((val) >> 16, (addr) + 2); \
        } while (0)
 
+/*
+ * data for the MMC controller
+ */
+struct tmio_mmc_data {
+       unsigned int            hclk;
+};
+
 /*
  * data for the NAND controller
  */