|
|
| File: [Development] / linux-2.4-xfs / include / asm-ia64 / dma.h (download)
Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Initial Import 2.4.24pre2 |
#ifndef _ASM_IA64_DMA_H #define _ASM_IA64_DMA_H /* * Copyright (C) 1998-2001 Hewlett-Packard Co * Copyright (C) 1998-2001 David Mosberger-Tang <davidm@hpl.hp.com> */ #include <linux/config.h> #include <asm/io.h> /* need byte IO */ extern unsigned long MAX_DMA_ADDRESS; #ifdef CONFIG_PCI extern int isa_dma_bridge_buggy; #else # define isa_dma_bridge_buggy (0) #endif #endif /* _ASM_IA64_DMA_H */