![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * Marvell XOR platform device data definition file. 0004 */ 0005 0006 #ifndef __DMA_MV_XOR_H 0007 #define __DMA_MV_XOR_H 0008 0009 #include <linux/dmaengine.h> 0010 #include <linux/mbus.h> 0011 0012 #define MV_XOR_NAME "mv_xor" 0013 0014 struct mv_xor_channel_data { 0015 dma_cap_mask_t cap_mask; 0016 }; 0017 0018 struct mv_xor_platform_data { 0019 struct mv_xor_channel_data *channels; 0020 }; 0021 0022 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |