diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mtd/fsmc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mtd/fsmc.h b/include/linux/mtd/fsmc.h index 1edd2b3ac38e..18f9127a6631 100644 --- a/include/linux/mtd/fsmc.h +++ b/include/linux/mtd/fsmc.h | |||
| @@ -172,6 +172,10 @@ struct fsmc_nand_platform_data { | |||
| 172 | enum access_mode mode; | 172 | enum access_mode mode; |
| 173 | 173 | ||
| 174 | void (*select_bank)(uint32_t bank, uint32_t busw); | 174 | void (*select_bank)(uint32_t bank, uint32_t busw); |
| 175 | |||
| 176 | /* priv structures for dma accesses */ | ||
| 177 | void *read_dma_priv; | ||
| 178 | void *write_dma_priv; | ||
| 175 | }; | 179 | }; |
| 176 | 180 | ||
| 177 | extern int __init fsmc_nor_init(struct platform_device *pdev, | 181 | extern int __init fsmc_nor_init(struct platform_device *pdev, |
