summaryrefslogtreecommitdiff
path: root/kvm_lapic.h
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-04-28 15:23:54 -0700
committerRobert Mustacchi <rm@joyent.com>2011-04-28 15:23:54 -0700
commit98bf1f0d717fde84f1cb7c799441138775c4ea41 (patch)
treed056feefac3236f23edfca0c40652dc3b2417ad1 /kvm_lapic.h
parent9004dbec827f0fb5ef487efc36856f74bcb10dac (diff)
downloadillumos-kvm-98bf1f0d717fde84f1cb7c799441138775c4ea41.tar.gz
HVM-143 kvm C files should all have the kvm_ prefix on them
Diffstat (limited to 'kvm_lapic.h')
-rw-r--r--kvm_lapic.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/kvm_lapic.h b/kvm_lapic.h
new file mode 100644
index 0000000..65d89d3
--- /dev/null
+++ b/kvm_lapic.h
@@ -0,0 +1,11 @@
+#ifndef __KVM_X86_LAPIC_H
+#define __KVM_X86_LAPIC_H
+
+/*
+ * XXX
+ * Need to do proper header files at some point, sigh.
+ */
+
+void kvm_free_lapic(struct kvm_vcpu *);
+
+#endif