diff options
author | Robert Mustacchi <rm@joyent.com> | 2011-06-06 14:22:44 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2011-06-06 14:22:44 -0700 |
commit | 18e279fbbd087ed9d6d3ce36a0623ca20ec62e0a (patch) | |
tree | edd4716ba3da7eaed3cc94567f82e37457d0989b /kvm_cache_regs.h | |
parent | 2bf44f2dccc841c8baa621634e8cf0ceedf1c73c (diff) | |
download | illumos-kvm-18e279fbbd087ed9d6d3ce36a0623ca20ec62e0a.tar.gz |
HVM-308 Cleanup kvm_mmu.c includes and externs
HVM-306 kvm_cache_regs.h missing forward declarations (cont.)
Diffstat (limited to 'kvm_cache_regs.h')
-rw-r--r-- | kvm_cache_regs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kvm_cache_regs.h b/kvm_cache_regs.h index 54086e9..b375e9a 100644 --- a/kvm_cache_regs.h +++ b/kvm_cache_regs.h @@ -3,10 +3,9 @@ #include <sys/types.h> +#include "kvm_host.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 \ |