]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/asm-x86/xen/grant_table.h
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux...
[linux-2.6-omap-h63xx.git] / include / asm-x86 / xen / grant_table.h
1 #ifndef ASM_X86__XEN__GRANT_TABLE_H
2 #define ASM_X86__XEN__GRANT_TABLE_H
3
4 #define xen_alloc_vm_area(size) alloc_vm_area(size)
5 #define xen_free_vm_area(area)  free_vm_area(area)
6
7 #endif /* ASM_X86__XEN__GRANT_TABLE_H */