xtensa: fix high memory/reserved memory collision
[cris-mirror.git] / include / linux / platform_data / dma-mv_xor.h
blob6867a7ea329beb6ac3cafc68eea3bdd7c0ec043c
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Marvell XOR platform device data definition file.
4 */
6 #ifndef __DMA_MV_XOR_H
7 #define __DMA_MV_XOR_H
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;
22 #endif