Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
hypervisor.h
Go to the documentation of this file.
1 #ifndef _ASM_ARM_XEN_HYPERVISOR_H
2 #define _ASM_ARM_XEN_HYPERVISOR_H
3 
5 extern struct start_info *xen_start_info;
6 
7 /* Lazy mode for batching updates / context switch */
12 };
13 
14 static inline enum paravirt_lazy_mode paravirt_get_lazy_mode(void)
15 {
16  return PARAVIRT_LAZY_NONE;
17 }
18 
19 #endif /* _ASM_ARM_XEN_HYPERVISOR_H */