Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / include / asm-ia64 / dma.h
blob4d97f60f1ef57ce71194932ca8301741e0c6cfa2
1 #ifndef _ASM_IA64_DMA_H
2 #define _ASM_IA64_DMA_H
4 /*
5 * Copyright (C) 1998-2002 Hewlett-Packard Co
6 * David Mosberger-Tang <davidm@hpl.hp.com>
7 */
10 #include <asm/io.h> /* need byte IO */
12 extern unsigned long MAX_DMA_ADDRESS;
14 #ifdef CONFIG_PCI
15 extern int isa_dma_bridge_buggy;
16 #else
17 # define isa_dma_bridge_buggy (0)
18 #endif
20 #define free_dma(x)
22 void dma_mark_clean(void *addr, size_t size);
24 #endif /* _ASM_IA64_DMA_H */