]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/xen/xen-ops.h
Merge branch 'core/printk' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux...
[linux-2.6-omap-h63xx.git] / include / xen / xen-ops.h
index 10ddfe0142d08e93be872477025168eb4e0dab47..a706d6a7896016c8698698ad1472a26b7551cab9 100644 (file)
@@ -5,4 +5,10 @@
 
 DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu);
 
+void xen_pre_suspend(void);
+void xen_post_suspend(int suspend_cancelled);
+
+void xen_mm_pin_all(void);
+void xen_mm_unpin_all(void);
+
 #endif /* INCLUDE_XEN_OPS_H */