]> asedeno.scripts.mit.edu Git - linux.git/blob - include/linux/kvm_para.h
Merge remote-tracking branches 'asoc/topic/nau8824', 'asoc/topic/nau8825' and 'asoc...
[linux.git] / include / linux / kvm_para.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __LINUX_KVM_PARA_H
3 #define __LINUX_KVM_PARA_H
4
5 #include <uapi/linux/kvm_para.h>
6
7
8 static inline bool kvm_para_has_feature(unsigned int feature)
9 {
10         return !!(kvm_arch_para_features() & (1UL << feature));
11 }
12 #endif /* __LINUX_KVM_PARA_H */