summaryrefslogtreecommitdiff
path: root/kvm_cache_regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'kvm_cache_regs.h')
-rw-r--r--kvm_cache_regs.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/kvm_cache_regs.h b/kvm_cache_regs.h
index b8ea86f..54086e9 100644
--- a/kvm_cache_regs.h
+++ b/kvm_cache_regs.h
@@ -1,9 +1,12 @@
#ifndef ASM_KVM_CACHE_REGS_H
#define ASM_KVM_CACHE_REGS_H
-#include "processor-flags.h"
#include <sys/types.h>
+#include "processor-flags.h"
+
+enum kvm_reg;
+
#define KVM_POSSIBLE_CR0_GUEST_BITS X86_CR0_TS
#define KVM_POSSIBLE_CR4_GUEST_BITS \
(X86_CR4_PVI | X86_CR4_DE | X86_CR4_PCE | X86_CR4_OSFXSR \