![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef __KVM_VFIO_H 0003 #define __KVM_VFIO_H 0004 0005 #ifdef CONFIG_KVM_VFIO 0006 int kvm_vfio_ops_init(void); 0007 void kvm_vfio_ops_exit(void); 0008 #else 0009 static inline int kvm_vfio_ops_init(void) 0010 { 0011 return 0; 0012 } 0013 static inline void kvm_vfio_ops_exit(void) 0014 { 0015 } 0016 #endif 0017 0018 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |