summaryrefslogtreecommitdiff
path: root/kvm_mmu.h
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-07-01 15:33:44 -0700
committerRobert Mustacchi <rm@joyent.com>2011-07-01 15:33:44 -0700
commitf7bd987c309aa99b065305eddcbb10fc494a35f6 (patch)
treef668038a497692d9497b38cb2ead6c249dc82f36 /kvm_mmu.h
parentbe4035d30b9f278490b61ab83d4d80386f3932bd (diff)
downloadillumos-kvm-f7bd987c309aa99b065305eddcbb10fc494a35f6.tar.gz
HVM-464 kvm_tss.h should be hdrchk clean
HVM-465 kvm_mmu.h should be hdrchk clean
Diffstat (limited to 'kvm_mmu.h')
-rw-r--r--kvm_mmu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/kvm_mmu.h b/kvm_mmu.h
index fc859c1..3e3030b 100644
--- a/kvm_mmu.h
+++ b/kvm_mmu.h
@@ -1,6 +1,10 @@
#ifndef __KVM_X86_MMU_H
#define __KVM_X86_MMU_H
+#include <sys/stdint.h>
+
+struct kvm_vcpu;
+
#define PT64_PT_BITS 9
#define PT64_ENT_PER_PAGE (1 << PT64_PT_BITS)
#define PT32_PT_BITS 10