ipc/sem.c: replace shared sem_otime with per-semaphore value
[linux-2.6.git] / include / linux / platform_data / dma-mv_xor.h
blob8ec18f64e3965e68fcf6ffbfae436687987f3466
1 /*
2 * arch/arm/plat-orion/include/plat/mv_xor.h
4 * Marvell XOR platform device data definition file.
5 */
7 #ifndef __PLAT_MV_XOR_H
8 #define __PLAT_MV_XOR_H
10 #include <linux/dmaengine.h>
11 #include <linux/mbus.h>
13 #define MV_XOR_NAME "mv_xor"
15 struct mv_xor_channel_data {
16 dma_cap_mask_t cap_mask;
19 struct mv_xor_platform_data {
20 struct mv_xor_channel_data *channels;
23 #endif