]> Git Repo - J-linux.git/blob - arch/x86/include/asm/xen/grant_table.h
mm, x86: Saving vmcore with non-lazy freeing of vmas
[J-linux.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 */
This page took 0.027926 seconds and 4 git commands to generate.