Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
dma-core.h
Go to the documentation of this file.
1 /* arch/arm/plat-s3c/include/plat/dma.h
2  *
3  * Copyright 2008 Openmoko, Inc.
4  * Copyright 2008 Simtec Electronics
5  * Ben Dooks <[email protected]>
6  * http://armlinux.simtec.co.uk/
7  *
8  * Samsung S3C DMA core support
9  *
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.
13 */
14 
15 extern struct s3c2410_dma_chan *s3c_dma_lookup_channel(unsigned int channel);
16 
17 extern struct s3c2410_dma_chan *s3c_dma_chan_map[];
18 
19 /* the currently allocated channel information */
20 extern struct s3c2410_dma_chan s3c2410_chans[];
21 
22