Florian Fainelli | 3cf2954 | 2015-04-07 13:34:02 -0700 | [diff] [blame^] | 1 | #ifndef __ASM_MACH_BCM63XX_DMA_COHERENCE_H |
2 | #define __ASM_MACH_BCM63XX_DMA_COHERENCE_H | ||||
3 | |||||
4 | #include <asm/bmips.h> | ||||
5 | |||||
6 | #define plat_post_dma_flush bmips_post_dma_flush | ||||
7 | |||||
8 | #include <asm/mach-generic/dma-coherence.h> | ||||
9 | |||||
10 | #endif /* __ASM_MACH_BCM63XX_DMA_COHERENCE_H */ |