pids: alloc_pidmap: remove the unnecessary boundary checks
[linux-2.6/next.git] / include / xen / xen-ops.h
blob46bc81ef74c67468a667e6f5d06026be1cc43f4c
1 #ifndef INCLUDE_XEN_OPS_H
2 #define INCLUDE_XEN_OPS_H
4 #include <linux/percpu.h>
6 DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu);
8 void xen_pre_suspend(void);
9 void xen_post_suspend(int suspend_cancelled);
10 void xen_hvm_post_suspend(int suspend_cancelled);
12 void xen_mm_pin_all(void);
13 void xen_mm_unpin_all(void);
15 void xen_timer_resume(void);
16 void xen_arch_resume(void);
18 int xen_setup_shutdown_event(void);
20 #endif /* INCLUDE_XEN_OPS_H */