diff options
author | Robert Mustacchi <rm@joyent.com> | 2011-06-03 11:22:04 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2011-06-03 11:22:04 -0700 |
commit | c2961b13f6ec3e0e0b41ceac918305c08c31784a (patch) | |
tree | 39495dd1186676416784baf3239d1085414b36e9 /kvm_lapic.h | |
parent | 1d0aace8845e2ca28d79cfb97d6e104005c8abe6 (diff) | |
download | illumos-kvm-c2961b13f6ec3e0e0b41ceac918305c08c31784a.tar.gz |
HVM-280 timer should be defined in kvm_timer.h
Diffstat (limited to 'kvm_lapic.h')
-rw-r--r-- | kvm_lapic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kvm_lapic.h b/kvm_lapic.h index 6f356a7..1e2ffec 100644 --- a/kvm_lapic.h +++ b/kvm_lapic.h @@ -1,6 +1,8 @@ #ifndef __KVM_X86_LAPIC_H #define __KVM_X86_LAPIC_H +#include "kvm_timer.h" + struct kvm_vapic_addr; extern int kvm_create_lapic(struct kvm_vcpu *); |