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