summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-06-27 13:45:32 -0700
committerRobert Mustacchi <rm@joyent.com>2011-06-27 13:45:32 -0700
commit9b5ee63cf561a7bdd6641f1b00c92d4330eb79c1 (patch)
tree2c1fe26b5aba042aa5f1bd1b7324749f85090474
parentaf09d44edd5938dcaf708d5121442e6d41ed96a9 (diff)
downloadillumos-kvm-9b5ee63cf561a7bdd6641f1b00c92d4330eb79c1.tar.gz
HVM-424 kvm_coalesced_mmio.h should be cstyle clean
-rw-r--r--Makefile1
-rw-r--r--kvm_coalesced_mmio.h4
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 26a91bb..188cb15 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ HEADERS= \
kvm.h \
kvm_bitops.h \
kvm_cache_regs.h \
+ kvm_coalesced_mmio.h \
kvm_x86.h
kvm: kvm.c kvm_x86.c kvm_emulate.c kvm.h kvm_x86host.h msr.h kvm_bitops.h kvm_irq.c kvm_i8254.c kvm_lapic.c kvm_mmu.c kvm_iodev.c kvm_ioapic.c kvm_vmx.c kvm_i8259.c kvm_coalesced_mmio.c kvm_irq_comm.c kvm_cache_regs.c kvm_bitops.c
diff --git a/kvm_coalesced_mmio.h b/kvm_coalesced_mmio.h
index d46250e..b7899af 100644
--- a/kvm_coalesced_mmio.h
+++ b/kvm_coalesced_mmio.h
@@ -1,5 +1,5 @@
#ifndef __KVM_COALESCED_MMIO_H__
-#define __KVM_COALESCED_MMIO_H__
+#define __KVM_COALESCED_MMIO_H__
/*
* KVM coalesced MMIO
@@ -11,7 +11,7 @@
*/
#include "kvm_iodev.h"
-#define KVM_COALESCED_MMIO_ZONE_MAX 100
+#define KVM_COALESCED_MMIO_ZONE_MAX 100
/* for KVM_REGISTER_COALESCED_MMIO / KVM_UNREGISTER_COALESCED_MMIO */