]> err.no Git - linux-2.6/blobdiff - include/asm-ia64/dma.h
bootmem: factor out the marking of a PFN range
[linux-2.6] / include / asm-ia64 / dma.h
index 3be1b4925e182eb7354ee5e69418f7ab7375791b..4d97f60f1ef57ce71194932ca8301741e0c6cfa2 100644 (file)
@@ -6,7 +6,6 @@
  *     David Mosberger-Tang <davidm@hpl.hp.com>
  */
 
-#include <linux/config.h>
 
 #include <asm/io.h>            /* need byte IO */
 
@@ -20,4 +19,6 @@ extern unsigned long MAX_DMA_ADDRESS;
 
 #define free_dma(x)
 
+void dma_mark_clean(void *addr, size_t size);
+
 #endif /* _ASM_IA64_DMA_H */