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