From f0083bc5a917fa0ebb63e296c158d7b1543eb8f3 Mon Sep 17 00:00:00 2001 From: Robert Mustacchi Date: Mon, 6 Jun 2011 17:48:26 -0700 Subject: HVM-312 Cleanup extern functions in kvm.c --- kvm_vmx.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kvm_vmx.h') diff --git a/kvm_vmx.h b/kvm_vmx.h index 26efee2..d2dd057 100644 --- a/kvm_vmx.h +++ b/kvm_vmx.h @@ -25,6 +25,12 @@ * */ +/* + * Currently we use one kernel module for all of kvm. This is the entry point + * for initializing the VMX subsystem. + */ +extern int vmx_init(void); + /* * Definitions of Primary Processor-Based VM-Execution Controls. */ -- cgit v1.2.3