Merge branches 'acpi-pm' and 'pm-genirq'
[deliverable/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
This page took 0.031214 seconds and 6 git commands to generate.