summaryrefslogtreecommitdiff
path: root/arch/score/include/asm/dma.h
blob: fd44a9cbee4fb007df98cf86f355cfed566bab51 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_SCORE_DMA_H
#define _ASM_SCORE_DMA_H

#include <asm/io.h>

#define MAX_DMA_ADDRESS		(0)

#endif /* _ASM_SCORE_DMA_H */