Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
/
.
/
include
/
asm-v850
/
dma-mapping.h
blob: c63fb50ec9eff33641b52b2ec81a34c705e5ba40 [
file
] [
log
] [
blame
]
#ifndef
__V850_DMA_MAPPING_H__
#define
__V850_DMA_MAPPING_H__
#include
<linux/config.h>
#ifdef
CONFIG_PCI
#include
<asm-generic/dma-mapping.h>
#else
#include
<asm-generic/dma-mapping-broken.h>
#endif
#endif
/* __V850_DMA_MAPPING_H__ */