]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/internal.h
lguest: Remove 'network: no dma buffer!' warning
[linux-2.6-omap-h63xx.git] / mm / internal.h
index 50807e12490ed41c762e859ced22b16f76828f92..1f43f7416972d3c4f1b07ab04898008a8ec76a81 100644 (file)
 
 #include <linux/mm.h>
 
+void free_pgtables(struct mmu_gather *tlb, struct vm_area_struct *start_vma,
+               unsigned long floor, unsigned long ceiling);
+
+extern void prep_compound_page(struct page *page, unsigned long order);
+
 static inline void set_page_count(struct page *page, int v)
 {
        atomic_set(&page->_count, v);