ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexible
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / include / asm / kvm_psci.h
index e301a48163553c54017701a12e4dbaa8e0b84467..bc39e557c56c83e163e04c560ed45a3852e2d34f 100644 (file)
 #ifndef __ARM64_KVM_PSCI_H__
 #define __ARM64_KVM_PSCI_H__
 
-bool kvm_psci_call(struct kvm_vcpu *vcpu);
+#define KVM_ARM_PSCI_0_1       1
+#define KVM_ARM_PSCI_0_2       2
+
+int kvm_psci_version(struct kvm_vcpu *vcpu);
+int kvm_psci_call(struct kvm_vcpu *vcpu);
 
 #endif /* __ARM64_KVM_PSCI_H__ */