ARM: 7409/1: Do not call flush_cache_user_range with mmap_sem held
[linux/fpc-iii.git] / arch / arm / plat-samsung / include / plat / dma-core.h
blob32ff2a92cb3c3f12a084243b7456ec85ca81f499
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[];