Go to the documentation of this file.
23 #ifndef __KVM_ASYNC_PF_H__
24 #define __KVM_ASYNC_PF_H__
26 #ifdef CONFIG_KVM_ASYNC_PF
31 #define kvm_async_pf_init() (0)
32 #define kvm_async_pf_deinit() do{}while(0)
33 #define kvm_async_pf_vcpu_init(C) do{}while(0)