blob: a706d6a7896016c8698698ad1472a26b7551cab9 [file] [log] [blame]
Isaku Yamahatae04d0d02008-04-02 10:53:55 -07001#ifndef INCLUDE_XEN_OPS_H
2#define INCLUDE_XEN_OPS_H
3
4#include <linux/percpu.h>
5
6DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu);
7
Jeremy Fitzhardinge0e913982008-05-26 23:31:27 +01008void xen_pre_suspend(void);
9void xen_post_suspend(int suspend_cancelled);
10
11void xen_mm_pin_all(void);
12void xen_mm_unpin_all(void);
13
Isaku Yamahatae04d0d02008-04-02 10:53:55 -070014#endif /* INCLUDE_XEN_OPS_H */