]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - include/linux/platform_data/dma-mv_xor.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / include / linux / platform_data / dma-mv_xor.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
ff7b0479
SB
2/*
3 * Marvell XOR platform device data definition file.
4 */
5
6fb9063c
SK
6#ifndef __DMA_MV_XOR_H
7#define __DMA_MV_XOR_H
ff7b0479
SB
8
9#include <linux/dmaengine.h>
10#include <linux/mbus.h>
11
0dddee7a 12#define MV_XOR_NAME "mv_xor"
ff7b0479 13
e39f6ec1 14struct mv_xor_channel_data {
ff7b0479 15 dma_cap_mask_t cap_mask;
ff7b0479
SB
16};
17
7dde453d 18struct mv_xor_platform_data {
e39f6ec1 19 struct mv_xor_channel_data *channels;
60d151f3 20};
ff7b0479
SB
21
22#endif