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