11 lines
254 B
C
11 lines
254 B
C
|
#ifndef __ASM_MACH_BCM63XX_DMA_COHERENCE_H
|
||
|
#define __ASM_MACH_BCM63XX_DMA_COHERENCE_H
|
||
|
|
||
|
#include <asm/bmips.h>
|
||
|
|
||
|
#define plat_post_dma_flush bmips_post_dma_flush
|
||
|
|
||
|
#include <asm/mach-generic/dma-coherence.h>
|
||
|
|
||
|
#endif /* __ASM_MACH_BCM63XX_DMA_COHERENCE_H */
|