Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
/
.
/
include
/
asm-m68k
/
dma-mapping.h
blob: b1920c703d82387bb802846507fc39b722b92835 [
file
] [
log
] [
blame
]
#ifndef
_M68K_DMA_MAPPING_H
#define
_M68K_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
/* _M68K_DMA_MAPPING_H */