diff options
Diffstat (limited to 'arch/arm/mach-ux500/include')
-rw-r--r-- | arch/arm/mach-ux500/include/mach/crypto-ux500.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/include/mach/crypto-ux500.h b/arch/arm/mach-ux500/include/mach/crypto-ux500.h index c470567775b7..de40add19166 100644 --- a/arch/arm/mach-ux500/include/mach/crypto-ux500.h +++ b/arch/arm/mach-ux500/include/mach/crypto-ux500.h | |||
@@ -8,6 +8,11 @@ | |||
8 | #include <linux/dmaengine.h> | 8 | #include <linux/dmaengine.h> |
9 | #include <plat/ste_dma40.h> | 9 | #include <plat/ste_dma40.h> |
10 | 10 | ||
11 | struct hash_platform_data { | ||
12 | void *mem_to_engine; | ||
13 | bool (*dma_filter)(struct dma_chan *chan, void *filter_param); | ||
14 | }; | ||
15 | |||
11 | struct cryp_platform_data { | 16 | struct cryp_platform_data { |
12 | struct stedma40_chan_cfg mem_to_engine; | 17 | struct stedma40_chan_cfg mem_to_engine; |
13 | struct stedma40_chan_cfg engine_to_mem; | 18 | struct stedma40_chan_cfg engine_to_mem; |