Linux 5.6.13
[linux/fpc-iii.git] / arch / hexagon / include / asm / dma.h
blob686ae566a71152f9551a24e5fc9eb40a15a1d747
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
4 */
6 #ifndef _ASM_DMA_H
7 #define _ASM_DMA_H
9 #include <asm/io.h>
11 #define MAX_DMA_CHANNELS 1
12 #define MAX_DMA_ADDRESS (PAGE_OFFSET)
14 extern size_t hexagon_coherent_pool_size;
16 #endif