You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
10 lines
170 B
C
10 lines
170 B
C
|
|
#ifndef _M68KNOMMU_DMA_MAPPING_H
|
||
|
|
#define _M68KNOMMU_DMA_MAPPING_H
|
||
|
|
|
||
|
|
|
||
|
|
#ifdef CONFIG_PCI
|
||
|
|
#include <asm-generic/dma-mapping.h>
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif /* _M68KNOMMU_DMA_MAPPING_H */
|