X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmx.h;h=91f13a8450249d7bf15b6010e6693c936ccc12ab;hb=7617d3cee4bd93b90558206b1bb1681c07f0396a;hp=e0691b76a2ee001bd5f0081bcc5f2c1463773751;hpb=f9bb3db89469169bb5775dc031d89e570c6fed70;p=palacios.git diff --git a/palacios/include/palacios/vmx.h b/palacios/include/palacios/vmx.h index e0691b7..91f13a8 100644 --- a/palacios/include/palacios/vmx.h +++ b/palacios/include/palacios/vmx.h @@ -1,9 +1,12 @@ -/* Northwestern University */ +/* (c) 2008, Peter Dinda */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VMX_H #define __VMX_H +#ifdef __V3VEE__ + #include #include @@ -111,6 +114,6 @@ int VMLaunch(struct VMDescriptor *vm); int Do_VMM(struct VMXRegs regs); - +#endif // ! __V3VEE__ #endif