X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmx.h;h=a34cd46ca5a7eaf6980e34bc5a96c59d542355b1;hp=67e546b412b7b087305bd1be70366cc26339fac4;hb=123a1ba27ea09c8fa77a1b36ce625b43d7c48b14;hpb=0e097100a26bc43eb8964734fa43130fc4c71429 diff --git a/palacios/include/palacios/vmx.h b/palacios/include/palacios/vmx.h index 67e546b..a34cd46 100644 --- a/palacios/include/palacios/vmx.h +++ b/palacios/include/palacios/vmx.h @@ -1,4 +1,5 @@ + /* * This file is part of the Palacios Virtual Machine Monitor developed * by the V3VEE Project with funding from the United States National @@ -230,7 +231,6 @@ struct vmx_data { }; int v3_is_vmx_capable(); -void v3_init_vmx_hooks(struct v3_ctrl_ops * vm_ops); void v3_init_vmx_cpu(int cpu_id);