KVM: s390: intercepts for diagnose instructions
[pandora-kernel.git] / arch / s390 / kvm / kvm-s390.h
index e6e5756..3893cf1 100644 (file)
@@ -58,4 +58,7 @@ int kvm_s390_handle_sigp(struct kvm_vcpu *vcpu);
 /* implemented in kvm-s390.c */
 int __kvm_s390_vcpu_store_status(struct kvm_vcpu *vcpu,
                                 unsigned long addr);
+/* implemented in diag.c */
+int kvm_s390_handle_diag(struct kvm_vcpu *vcpu);
+
 #endif