diff options
author | Robert Mustacchi <rm@joyent.com> | 2011-06-04 16:06:06 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2011-06-04 16:06:06 -0700 |
commit | 518253a6f4b959ff830df42cb30e44e0da4836db (patch) | |
tree | 856bff42851ea6735e775b109894e5505c70e634 /kvm_i8254.h | |
parent | 0e20210cdbb940ca91007d08ff1984c4286776a1 (diff) | |
download | illumos-kvm-518253a6f4b959ff830df42cb30e44e0da4836db.tar.gz |
HVM-288 kvm.h and kvm_host.h should be similar to upstream in content
Diffstat (limited to 'kvm_i8254.h')
-rw-r--r-- | kvm_i8254.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kvm_i8254.h b/kvm_i8254.h index 92e842a..31da46b 100644 --- a/kvm_i8254.h +++ b/kvm_i8254.h @@ -2,6 +2,7 @@ #define __KVM_I8254_H #include "kvm_iodev.h" +#include "kvm_timer.h" typedef struct kvm_kpit_channel_state { uint32_t count; /* can be 65536 */ |