]> nv-tegra.nvidia Code Review - linux-3.10.git/blob - include/xen/xen-ops.h
Merge branch 'linus' into x86/cleanups
[linux-3.10.git] / include / xen / xen-ops.h
1 #ifndef INCLUDE_XEN_OPS_H
2 #define INCLUDE_XEN_OPS_H
3
4 #include <linux/percpu.h>
5
6 DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu);
7
8 void xen_pre_suspend(void);
9 void xen_post_suspend(int suspend_cancelled);
10
11 void xen_mm_pin_all(void);
12 void xen_mm_unpin_all(void);
13
14 #endif /* INCLUDE_XEN_OPS_H */