Merge branches 'acpica-fixes' and 'device-properties-fixes'
[deliverable/linux.git] / include / linux / kvm_para.h
CommitLineData
102d8325
IM
1#ifndef __LINUX_KVM_PARA_H
2#define __LINUX_KVM_PARA_H
3
607ca46e 4#include <uapi/linux/kvm_para.h>
102d8325 5
0cf1bfd2 6
08ff0d5e 7static inline bool kvm_para_has_feature(unsigned int feature)
7aa81cc0 8{
08ff0d5e 9 return !!(kvm_arch_para_features() & (1UL << feature));
7aa81cc0 10}
5f43238d 11#endif /* __LINUX_KVM_PARA_H */
This page took 0.923116 seconds and 5 git commands to generate.