WIP FPC-III support
[linux/fpc-iii.git] / arch / arm / mach-pxa / include / mach / dma.h
blob79f9842a7e1c027def0c554f77eac86bb5ed14bd
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * arch/arm/mach-pxa/include/mach/dma.h
5 * Author: Nicolas Pitre
6 * Created: Jun 15, 2001
7 * Copyright: MontaVista Software, Inc.
8 */
9 #ifndef __ASM_ARCH_DMA_H
10 #define __ASM_ARCH_DMA_H
12 #include <mach/hardware.h>
14 /* DMA Controller Registers Definitions */
15 #define DMAC_REGS_VIRT io_p2v(0x40000000)
17 #endif /* _ASM_ARCH_DMA_H */