of_graph: add of_graph_get_port_parent()
[linux-2.6/btrfs-unstable.git] / include / linux / kvm_para.h
blob35e568f04b1e7b94a6322c05d48583b43af8618c
1 #ifndef __LINUX_KVM_PARA_H
2 #define __LINUX_KVM_PARA_H
4 #include <uapi/linux/kvm_para.h>
7 static inline bool kvm_para_has_feature(unsigned int feature)
9 return !!(kvm_arch_para_features() & (1UL << feature));
11 #endif /* __LINUX_KVM_PARA_H */