blob: e54a2ba5eb889009135fbec6addb906de0afee34 [file] [log] [blame]
Roy Spliet6a99b332015-05-26 17:00:40 +02001/*
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 */