From 98bf1f0d717fde84f1cb7c799441138775c4ea41 Mon Sep 17 00:00:00 2001 From: Robert Mustacchi Date: Thu, 28 Apr 2011 15:23:54 -0700 Subject: HVM-143 kvm C files should all have the kvm_ prefix on them --- kvm_lapic.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 kvm_lapic.h (limited to 'kvm_lapic.h') 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 -- cgit v1.2.3