diff options
Diffstat (limited to 'include/xen/xen-ops.h')
-rw-r--r-- | include/xen/xen-ops.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/xen/xen-ops.h b/include/xen/xen-ops.h index fb2ea8f26552..2cf47175b12b 100644 --- a/include/xen/xen-ops.h +++ b/include/xen/xen-ops.h | |||
@@ -2,6 +2,7 @@ | |||
2 | #define INCLUDE_XEN_OPS_H | 2 | #define INCLUDE_XEN_OPS_H |
3 | 3 | ||
4 | #include <linux/percpu.h> | 4 | #include <linux/percpu.h> |
5 | #include <linux/notifier.h> | ||
5 | #include <asm/xen/interface.h> | 6 | #include <asm/xen/interface.h> |
6 | 7 | ||
7 | DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu); | 8 | DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu); |
@@ -16,6 +17,9 @@ void xen_mm_unpin_all(void); | |||
16 | void xen_timer_resume(void); | 17 | void xen_timer_resume(void); |
17 | void xen_arch_resume(void); | 18 | void xen_arch_resume(void); |
18 | 19 | ||
20 | void xen_resume_notifier_register(struct notifier_block *nb); | ||
21 | void xen_resume_notifier_unregister(struct notifier_block *nb); | ||
22 | |||
19 | int xen_setup_shutdown_event(void); | 23 | int xen_setup_shutdown_event(void); |
20 | 24 | ||
21 | extern unsigned long *xen_contiguous_bitmap; | 25 | extern unsigned long *xen_contiguous_bitmap; |