mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-11 19:09:04 +00:00
12 lines
213 B
C
12 lines
213 B
C
#ifndef __V850_DMA_MAPPING_H__
|
|
#define __V850_DMA_MAPPING_H__
|
|
|
|
|
|
#ifdef CONFIG_PCI
|
|
#include <asm-generic/dma-mapping.h>
|
|
#else
|
|
#include <asm-generic/dma-mapping-broken.h>
|
|
#endif
|
|
|
|
#endif /* __V850_DMA_MAPPING_H__ */
|