diff options
Diffstat (limited to 'include/xen/xen-ops.h')
-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 c9c532d56623..9a37c541822f 100644 --- a/include/xen/xen-ops.h +++ b/include/xen/xen-ops.h | |||
@@ -29,6 +29,7 @@ bool xen_vcpu_stolen(int vcpu); | |||
29 | void xen_setup_runstate_info(int cpu); | 29 | void xen_setup_runstate_info(int cpu); |
30 | void xen_time_setup_guest(void); | 30 | void xen_time_setup_guest(void); |
31 | void xen_get_runstate_snapshot(struct vcpu_runstate_info *res); | 31 | void xen_get_runstate_snapshot(struct vcpu_runstate_info *res); |
32 | u64 xen_steal_clock(int cpu); | ||
32 | 33 | ||
33 | int xen_setup_shutdown_event(void); | 34 | int xen_setup_shutdown_event(void); |
34 | 35 | ||