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