blob: 616c9c9ff883637bf1d4b76e343baa301b6284a6 [file] [log] [blame]
/*
* Based on linux/arch/arm/include/asm/dma.h
*/
#ifndef __ASM_ARM_DMA_H
#define __ASM_ARM_DMA_H
/*
* This is the maximum virtual address which can be DMA'd from.
*/
#define MAX_DMA_ADDRESS (~0ULL)
#ifdef CONFIG_PCI
extern int isa_dma_bridge_buggy;
#else
#define isa_dma_bridge_buggy (0)
#endif
#endif /* __ASM_ARM_DMA_H */