diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xen/xen-ops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xen/xen-ops.h b/include/xen/xen-ops.h index 218e6aae5433..09072271f122 100644 --- a/include/xen/xen-ops.h +++ b/include/xen/xen-ops.h | |||
@@ -32,6 +32,7 @@ void xen_resume_notifier_unregister(struct notifier_block *nb); | |||
32 | bool xen_vcpu_stolen(int vcpu); | 32 | bool xen_vcpu_stolen(int vcpu); |
33 | void xen_setup_runstate_info(int cpu); | 33 | void xen_setup_runstate_info(int cpu); |
34 | void xen_time_setup_guest(void); | 34 | void xen_time_setup_guest(void); |
35 | void xen_manage_runstate_time(int action); | ||
35 | void xen_get_runstate_snapshot(struct vcpu_runstate_info *res); | 36 | void xen_get_runstate_snapshot(struct vcpu_runstate_info *res); |
36 | u64 xen_steal_clock(int cpu); | 37 | u64 xen_steal_clock(int cpu); |
37 | 38 | ||