GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / x86 / include / asm / xen / grant_table.h
blobfdbbb45767a6eab86770ecd9084841a5ffeaa62e
1 #ifndef _ASM_X86_XEN_GRANT_TABLE_H
2 #define _ASM_X86_XEN_GRANT_TABLE_H
4 #define xen_alloc_vm_area(size) alloc_vm_area(size)
5 #define xen_free_vm_area(area) free_vm_area(area)
7 #endif /* _ASM_X86_XEN_GRANT_TABLE_H */