]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - include/linux/platform_data/dma-mv_xor.h
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
[mirror_ubuntu-bionic-kernel.git] / include / linux / platform_data / dma-mv_xor.h
1 /*
2 * Marvell XOR platform device data definition file.
3 */
4
5 #ifndef __DMA_MV_XOR_H
6 #define __DMA_MV_XOR_H
7
8 #include <linux/dmaengine.h>
9 #include <linux/mbus.h>
10
11 #define MV_XOR_NAME "mv_xor"
12
13 struct mv_xor_channel_data {
14 dma_cap_mask_t cap_mask;
15 };
16
17 struct mv_xor_platform_data {
18 struct mv_xor_channel_data *channels;
19 };
20
21 #endif