mmc: sdhci: put the aligned buffer pointer to struct sdhci_host
[oweals/u-boot.git] / include / sdhci.h
index 01addb7a6036585606179a2257dca0233475b67d..1358218270b8dd74034398b015c16d1e0e89527a 100644 (file)
@@ -321,6 +321,7 @@ struct sdhci_host {
        uint    voltages;
 
        struct mmc_config cfg;
+       void *align_buffer;
        dma_addr_t start_addr;
        int flags;
 #define USE_SDMA       (0x1 << 0)