spi-topcliff-pch: add recovery processing in case wait-event timeout
[zen-stable.git] / arch / arm / plat-orion / include / plat / mv_xor.h
blob2ba1f7d76eef0e414c6ff8ba5ee4e2fa6f4622cf
1 /*
2 * arch/arm/plat-orion/include/plat/mv_xor.h
4 * Marvell XOR platform device data definition file.
5 */
7 #ifndef __PLAT_MV_XOR_H
8 #define __PLAT_MV_XOR_H
10 #include <linux/dmaengine.h>
11 #include <linux/mbus.h>
13 #define MV_XOR_SHARED_NAME "mv_xor_shared"
14 #define MV_XOR_NAME "mv_xor"
16 struct mv_xor_platform_data {
17 struct platform_device *shared;
18 int hw_id;
19 dma_cap_mask_t cap_mask;
20 size_t pool_size;
24 #endif