Roy Spliet | 6a99b33 | 2015-05-26 17:00:40 +0200 | [diff] [blame] | 1 | /* |
2 | * (C) Copyright 2015 Roy Spliet <rspliet@ultimaker.com> | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: GPL-2.0+ | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef _SUNXI_DMA_H | ||||
8 | #define _SUNXI_DMA_H | ||||
9 | |||||
10 | #if defined(CONFIG_MACH_SUN4I) || defined(CONFIG_MACH_SUN5I) || defined(CONFIG_MACH_SUN7I) | ||||
11 | #include <asm/arch/dma_sun4i.h> | ||||
12 | #else | ||||
13 | #error "DMA definition not available for this architecture" | ||||
14 | #endif | ||||
15 | |||||
16 | #endif /* _SUNXI_DMA_H */ |