1 /* arch/arm/plat-s3c/include/plat/dma.h
3 * Copyright 2008 Openmoko, Inc.
4 * Copyright 2008 Simtec Electronics
5 * Ben Dooks <ben@simtec.co.uk>
6 * http://armlinux.simtec.co.uk/
8 * Samsung S3C DMA core support
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as
12 * published by the Free Software Foundation.
15 extern struct s3c2410_dma_chan
*s3c_dma_lookup_channel(unsigned int channel
);
17 extern struct s3c2410_dma_chan
*s3c_dma_chan_map
[];
19 /* the currently allocated channel information */
20 extern struct s3c2410_dma_chan s3c2410_chans
[];