Merge tag 'nfs-for-3.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[firefly-linux-kernel-4.4.55.git] / virt / kvm / vfio.h
1 #ifndef __KVM_VFIO_H
2 #define __KVM_VFIO_H
3
4 #ifdef CONFIG_KVM_VFIO
5 int kvm_vfio_ops_init(void);
6 #else
7 static inline int kvm_vfio_ops_init(void)
8 {
9         return 0;
10 }
11 #endif
12
13 #endif