4a0980b14c9b1afcd399305ed35904307919f12c
[deliverable/linux.git] / include / linux / platform_data / dma-mv_xor.h
1 /*
2 * arch/arm/plat-orion/include/plat/mv_xor.h
3 *
4 * Marvell XOR platform device data definition file.
5 */
6
7 #ifndef __PLAT_MV_XOR_H
8 #define __PLAT_MV_XOR_H
9
10 #include <linux/dmaengine.h>
11 #include <linux/mbus.h>
12
13 #define MV_XOR_SHARED_NAME "mv_xor_shared"
14
15 struct mv_xor_platform_data {
16 int hw_id;
17 dma_cap_mask_t cap_mask;
18 size_t pool_size;
19 };
20
21 struct mv_xor_shared_platform_data {
22 struct mv_xor_platform_data *channels;
23 };
24
25 #endif
This page took 0.049756 seconds and 4 git commands to generate.