aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m68k/dma-mapping.h
blob: dffd59cf136496c57d392f2908cf5e23d210107f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#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 */