GNU Linux-libre 5.4.274-gnu1
[releases.git] / arch / arm / mach-pxa / include / mach / dma.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  *  arch/arm/mach-pxa/include/mach/dma.h
4  *
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
11
12 #include <mach/hardware.h>
13
14 /* DMA Controller Registers Definitions */
15 #define DMAC_REGS_VIRT  io_p2v(0x40000000)
16
17 #endif /* _ASM_ARCH_DMA_H */