Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
page.h
Go to the documentation of this file.
1 #ifndef _XEN_PAGE_H
2 #define _XEN_PAGE_H
3 
4 #include <asm/xen/page.h>
5 
9 };
10 
11 #define XEN_EXTRA_MEM_MAX_REGIONS 128 /* == E820MAX */
12 
13 extern __initdata
15 
16 extern unsigned long xen_released_pages;
17 
18 #endif /* _XEN_PAGE_H */