Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph...
[cascardo/linux.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