17e4b8a4fSGustavo Pimentel /* SPDX-License-Identifier: GPL-2.0 */ 27e4b8a4fSGustavo Pimentel /* 37e4b8a4fSGustavo Pimentel * Copyright (c) 2018-2019 Synopsys, Inc. and/or its affiliates. 47e4b8a4fSGustavo Pimentel * Synopsys DesignWare eDMA v0 core 57e4b8a4fSGustavo Pimentel * 67e4b8a4fSGustavo Pimentel * Author: Gustavo Pimentel <gustavo.pimentel@synopsys.com> 77e4b8a4fSGustavo Pimentel */ 87e4b8a4fSGustavo Pimentel 97e4b8a4fSGustavo Pimentel #ifndef _DW_EDMA_V0_CORE_H 107e4b8a4fSGustavo Pimentel #define _DW_EDMA_V0_CORE_H 117e4b8a4fSGustavo Pimentel 127e4b8a4fSGustavo Pimentel #include <linux/dma/edma.h> 137e4b8a4fSGustavo Pimentel 14*f9c3403fSCai Huoqing /* eDMA core register */ 15*f9c3403fSCai Huoqing void dw_edma_v0_core_register(struct dw_edma *dw); 167e4b8a4fSGustavo Pimentel 177e4b8a4fSGustavo Pimentel #endif /* _DW_EDMA_V0_CORE_H */ 18