blob: bd4c84f00aaaef46434f2d412afe050a630a5d05 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Roy Spliet6a99b332015-05-26 17:00:40 +02002/*
3 * (C) Copyright 2015 Roy Spliet <rspliet@ultimaker.com>
Roy Spliet6a99b332015-05-26 17:00:40 +02004 */
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 */