diff options
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r-- | drivers/kvm/kvm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h index ef2a6a8328ea..469ca42c2a19 100644 --- a/drivers/kvm/kvm.h +++ b/drivers/kvm/kvm.h | |||
@@ -633,6 +633,9 @@ long kvm_arch_vm_ioctl(struct file *filp, | |||
633 | unsigned int ioctl, unsigned long arg); | 633 | unsigned int ioctl, unsigned long arg); |
634 | void kvm_arch_destroy_vm(struct kvm *kvm); | 634 | void kvm_arch_destroy_vm(struct kvm *kvm); |
635 | 635 | ||
636 | int kvm_arch_vcpu_ioctl_get_fpu(struct kvm_vcpu *vcpu, struct kvm_fpu *fpu); | ||
637 | int kvm_arch_vcpu_ioctl_set_fpu(struct kvm_vcpu *vcpu, struct kvm_fpu *fpu); | ||
638 | |||
636 | __init void kvm_arch_init(void); | 639 | __init void kvm_arch_init(void); |
637 | 640 | ||
638 | static inline void kvm_guest_enter(void) | 641 | static inline void kvm_guest_enter(void) |