summaryrefslogtreecommitdiff
path: root/include/asm-v850/dma-mapping.h
blob: 1cc42c603a1b858ec6e8ab8d00ce0fbc5edaa0d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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__ */