/* linux/arch/arm/plat-s3c64xx/dma.c * * Copyright 2009 Simtec Electronics * Ben Dooks * * S3C64XX DMA core - fake * * http://armlinux.simtec.co.uk/ * * 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. */ #include #include #include #include #include #include #include #include #include #include #include #include #include int s3c2410_dma_ctrl(unsigned int channel, enum s3c2410_chan_op op) { return 0; } EXPORT_SYMBOL(s3c2410_dma_ctrl);