]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/arm/include/asm/arch-sunxi/dma.h
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / arch / arm / include / asm / arch-sunxi / dma.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * (C) Copyright 2015 Roy Spliet <rspliet@ultimaker.com>
4 */
5
6 #ifndef _SUNXI_DMA_H
7 #define _SUNXI_DMA_H
8
9 #if defined(CONFIG_MACH_SUN4I) || defined(CONFIG_MACH_SUN5I) || defined(CONFIG_MACH_SUN7I)
10 #include <asm/arch/dma_sun4i.h>
11 #else
12 #error "DMA definition not available for this architecture"
13 #endif
14
15 #endif /* _SUNXI_DMA_H */