Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1715d0dcb0d4231983f1580e265c748cd3371f55
/
.
/
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