]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/xen/xen-ops.h
Merge branches 'x86-rwsem-for-linus' and 'x86-gcc46-for-linus' of git://git.kernel...
[mv-sheeva.git] / include / xen / xen-ops.h
index a706d6a7896016c8698698ad1472a26b7551cab9..46bc81ef74c67468a667e6f5d06026be1cc43f4c 100644 (file)
@@ -7,8 +7,14 @@ DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu);
 
 void xen_pre_suspend(void);
 void xen_post_suspend(int suspend_cancelled);
+void xen_hvm_post_suspend(int suspend_cancelled);
 
 void xen_mm_pin_all(void);
 void xen_mm_unpin_all(void);
 
+void xen_timer_resume(void);
+void xen_arch_resume(void);
+
+int xen_setup_shutdown_event(void);
+
 #endif /* INCLUDE_XEN_OPS_H */