| /* |
| * Header for the new SH dmaengine driver |
| * |
| * Copyright (C) 2010 Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
| * |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 as |
| * published by the Free Software Foundation. |
| */ |
| #ifndef ASM_DMAENGINE_H |
| #define ASM_DMAENGINE_H |
| |
| #include <linux/sh_dma.h> |
| |
| enum { |
| SHDMA_SLAVE_SCIF0_TX, |
| SHDMA_SLAVE_SCIF0_RX, |
| SHDMA_SLAVE_SCIF1_TX, |
| SHDMA_SLAVE_SCIF1_RX, |
| SHDMA_SLAVE_SCIF2_TX, |
| SHDMA_SLAVE_SCIF2_RX, |
| SHDMA_SLAVE_SCIF3_TX, |
| SHDMA_SLAVE_SCIF3_RX, |
| SHDMA_SLAVE_SCIF4_TX, |
| SHDMA_SLAVE_SCIF4_RX, |
| SHDMA_SLAVE_SCIF5_TX, |
| SHDMA_SLAVE_SCIF5_RX, |
| SHDMA_SLAVE_SIUA_TX, |
| SHDMA_SLAVE_SIUA_RX, |
| SHDMA_SLAVE_SIUB_TX, |
| SHDMA_SLAVE_SIUB_RX, |
| }; |
| |
| #endif |