Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
dma-mv_xor.h
Go to the documentation of this file.
1 /*
2  * arch/arm/plat-orion/include/plat/mv_xor.h
3  *
4  * Marvell XOR platform device data definition file.
5  */
6 
7 #ifndef __PLAT_MV_XOR_H
8 #define __PLAT_MV_XOR_H
9 
10 #include <linux/dmaengine.h>
11 #include <linux/mbus.h>
12 
13 #define MV_XOR_SHARED_NAME "mv_xor_shared"
14 #define MV_XOR_NAME "mv_xor"
15 
18  int hw_id;
20  size_t pool_size;
21 };
22 
23 
24 #endif