]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/kvm_para.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb
[linux-2.6-omap-h63xx.git] / include / linux / kvm_para.h
index e4db25ffdb52784d4c23ed62a0cc694061d1fa05..5497aac0d2f829d4efe3df98f8c34496d947243f 100644 (file)
 /* Return values for hypercalls */
 #define KVM_ENOSYS             1000
 
-#ifdef __KERNEL__
+#define KVM_HC_VAPIC_POLL_IRQ            1
+
 /*
  * hypercalls use architecture specific
  */
 #include <asm/kvm_para.h>
 
+#ifdef __KERNEL__
 static inline int kvm_para_has_feature(unsigned int feature)
 {
        if (kvm_arch_para_features() & (1UL << feature))