/* SPDX-License-Identifier: GPL-2.0-only */ /* * MMP Platform DMA Management * * Copyright (c) 2011 Marvell Semiconductors Inc. */ #ifndef MMP_DMA_H #define MMP_DMA_H struct dma_slave_map; struct mmp_dma_platdata { … }; #endif /* MMP_DMA_H */
/* SPDX-License-Identifier: GPL-2.0-only */ /* * MMP Platform DMA Management * * Copyright (c) 2011 Marvell Semiconductors Inc. */ #ifndef MMP_DMA_H #define MMP_DMA_H struct dma_slave_map; struct mmp_dma_platdata { … }; #endif /* MMP_DMA_H */