Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  *  MMP Platform DMA Management
0004  *
0005  *  Copyright (c) 2011 Marvell Semiconductors Inc.
0006  */
0007 
0008 #ifndef MMP_DMA_H
0009 #define MMP_DMA_H
0010 
0011 struct dma_slave_map;
0012 
0013 struct mmp_dma_platdata {
0014     int dma_channels;
0015     int nb_requestors;
0016     int slave_map_cnt;
0017     const struct dma_slave_map *slave_map;
0018 };
0019 
0020 #endif /* MMP_DMA_H */