diff options
Diffstat (limited to 'arch/x86/xen/xen-ops.h')
| -rw-r--r-- | arch/x86/xen/xen-ops.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/arch/x86/xen/xen-ops.h b/arch/x86/xen/xen-ops.h index 00d59d608edf..7c8ab86163e9 100644 --- a/arch/x86/xen/xen-ops.h +++ b/arch/x86/xen/xen-ops.h | |||
| @@ -38,6 +38,10 @@ void xen_enable_sysenter(void); | |||
| 38 | void xen_enable_syscall(void); | 38 | void xen_enable_syscall(void); |
| 39 | void xen_vcpu_restore(void); | 39 | void xen_vcpu_restore(void); |
| 40 | 40 | ||
| 41 | void xen_callback_vector(void); | ||
| 42 | void xen_hvm_init_shared_info(void); | ||
| 43 | void __init xen_unplug_emulated_devices(void); | ||
| 44 | |||
| 41 | void __init xen_build_dynamic_phys_to_machine(void); | 45 | void __init xen_build_dynamic_phys_to_machine(void); |
| 42 | 46 | ||
| 43 | void xen_init_irq_ops(void); | 47 | void xen_init_irq_ops(void); |
| @@ -46,11 +50,8 @@ void xen_setup_runstate_info(int cpu); | |||
| 46 | void xen_teardown_timer(int cpu); | 50 | void xen_teardown_timer(int cpu); |
| 47 | cycle_t xen_clocksource_read(void); | 51 | cycle_t xen_clocksource_read(void); |
| 48 | void xen_setup_cpu_clockevents(void); | 52 | void xen_setup_cpu_clockevents(void); |
| 49 | unsigned long xen_tsc_khz(void); | 53 | void __init xen_init_time_ops(void); |
| 50 | void __init xen_time_init(void); | 54 | void __init xen_hvm_init_time_ops(void); |
| 51 | unsigned long xen_get_wallclock(void); | ||
| 52 | int xen_set_wallclock(unsigned long time); | ||
| 53 | unsigned long long xen_sched_clock(void); | ||
| 54 | 55 | ||
| 55 | irqreturn_t xen_debug_interrupt(int irq, void *dev_id); | 56 | irqreturn_t xen_debug_interrupt(int irq, void *dev_id); |
| 56 | 57 | ||
