Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
9c26c8b169f4a7e2db9a3d5abd3ba74ea032dafd
/
.
/
include
/
asm-m68k
/
dma-mapping.h
blob: dffd59cf136496c57d392f2908cf5e23d210107f [
file
] [
log
] [
blame
]
#ifndef
_M68K_DMA_MAPPING_H
#define
_M68K_DMA_MAPPING_H
#ifdef
CONFIG_PCI
#include
<asm-generic/dma-mapping.h>
#else
#include
<asm-generic/dma-mapping-broken.h>
#endif
#endif
/* _M68K_DMA_MAPPING_H */