2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
6 * Copyright (C) 2006 Ralf Baechle <ralf@linux-mips.org>
9 #ifndef __ASM_DMA_COHERENCE_H
10 #define __ASM_DMA_COHERENCE_H
12 #ifdef CONFIG_DMA_MAYBE_COHERENT
13 extern int coherentio
;
14 extern int hw_coherentio
;
16 #ifdef CONFIG_DMA_COHERENT
21 #define hw_coherentio 0
22 #endif /* CONFIG_DMA_MAYBE_COHERENT */