Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
ed803862954528e6fcf7bd0f2b2e5a772a7c3281
/
.
/
arch
/
m68k
/
include
/
asm
/
dma-mapping_no.h
blob: 6aeab18e58bd16631dbc4c2d6caa6f3c156b9a5a [
file
] [
log
] [
blame
]
#ifndef
_M68KNOMMU_DMA_MAPPING_H
#define
_M68KNOMMU_DMA_MAPPING_H
#ifdef
CONFIG_PCI
#include
<asm-generic/dma-mapping.h>
#else
#include
<asm-generic/dma-mapping-broken.h>
#endif
#endif
/* _M68KNOMMU_DMA_MAPPING_H */