X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmx.h;h=91f13a8450249d7bf15b6010e6693c936ccc12ab;hb=f4b074d9bf5c28dfd6e5fd616805ade2e9473b01;hp=3b407845d003d9c981c0f067a4c7e0998c51161a;hpb=091d8b1fcfc3a766f6603d4c1c69d9f8f4bf3031;p=palacios.git diff --git a/palacios/include/palacios/vmx.h b/palacios/include/palacios/vmx.h index 3b40784..91f13a8 100644 --- a/palacios/include/palacios/vmx.h +++ b/palacios/include/palacios/vmx.h @@ -5,6 +5,8 @@ #ifndef __VMX_H #define __VMX_H +#ifdef __V3VEE__ + #include #include @@ -112,6 +114,6 @@ int VMLaunch(struct VMDescriptor *vm); int Do_VMM(struct VMXRegs regs); - +#endif // ! __V3VEE__ #endif