1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Marvell XOR platform device data definition file.
9 #include <linux/dmaengine.h>
10 #include <linux/mbus.h>
12 #define MV_XOR_NAME "mv_xor"
14 struct mv_xor_channel_data
{
15 dma_cap_mask_t cap_mask
;
18 struct mv_xor_platform_data
{
19 struct mv_xor_channel_data
*channels
;