mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 00:11:22 +00:00
12 lines
205 B
C
12 lines
205 B
C
|
#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 */
|