x86: Fix compilation bug in kprobes' twobyte_is_boostable
[linux-btrfs-devel.git] / arch / arm / plat-orion / include / plat / mv_xor.h
blobbd5f3bdb4ae33efcef4f1d40609dde56e233addf
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_SHARED_NAME "mv_xor_shared"
14 #define MV_XOR_NAME "mv_xor"
16 struct mbus_dram_target_info;
18 struct mv_xor_platform_shared_data {
19 struct mbus_dram_target_info *dram;
22 struct mv_xor_platform_data {
23 struct platform_device *shared;
24 int hw_id;
25 dma_cap_mask_t cap_mask;
26 size_t pool_size;
30 #endif