mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 02:34:01 +08:00
13 lines
239 B
C
13 lines
239 B
C
|
#ifndef __V850_DMA_MAPPING_H__
|
||
|
#define __V850_DMA_MAPPING_H__
|
||
|
|
||
|
#include <linux/config.h>
|
||
|
|
||
|
#ifdef CONFIG_PCI
|
||
|
#include <asm-generic/dma-mapping.h>
|
||
|
#else
|
||
|
#include <asm-generic/dma-mapping-broken.h>
|
||
|
#endif
|
||
|
|
||
|
#endif /* __V850_DMA_MAPPING_H__ */
|