This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/include/asm-v850/dma-mapping.h
2006-04-26 12:56:16 +01:00

12 lines
213 B
C

#ifndef __V850_DMA_MAPPING_H__
#define __V850_DMA_MAPPING_H__
#ifdef CONFIG_PCI
#include <asm-generic/dma-mapping.h>
#else
#include <asm-generic/dma-mapping-broken.h>
#endif
#endif /* __V850_DMA_MAPPING_H__ */