]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/x86/include/asm/xen/grant_table.h
Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/scm/linux...
[linux-2.6-omap-h63xx.git] / arch / x86 / include / asm / 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 */