Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
b8cd51afe05a98ef907e61c603d5c5b7ad6242d8
/
.
/
virt
/
kvm
/
vfio.h
blob: 92eac75d6b6281daabf3715e4d82196cf079aa6f [
file
] [
log
] [
blame
]
#ifndef
__KVM_VFIO_H
#define
__KVM_VFIO_H
#ifdef
CONFIG_KVM_VFIO
int
kvm_vfio_ops_init
(
void
);
#else
static
inline
int
kvm_vfio_ops_init
(
void
)
{
return
0
;
}
#endif
#endif