X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmcs.h;h=8851bae9dc8f49e198a287c4db6fe4a21ffc241c;hb=7617d3cee4bd93b90558206b1bb1681c07f0396a;hp=28a947a711a72a3e72849afde748c3b01af10465;hpb=4f7c3b759e3889870c5b5e7d09b3ffcc168e5632;p=palacios.releases.git diff --git a/palacios/include/palacios/vmcs.h b/palacios/include/palacios/vmcs.h index 28a947a..8851bae 100644 --- a/palacios/include/palacios/vmcs.h +++ b/palacios/include/palacios/vmcs.h @@ -1,8 +1,13 @@ -/* Northwestern University */ +/* (c) 2008, Peter Dinda */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + + +#ifndef __VMCS_H__ +#define __VMCS_H__ + +#ifdef __V3VEE__ -#ifndef __VMCS_H -#define __VMCS_H #include @@ -581,4 +586,7 @@ extern uint_t VMCS_READ(); #include +#endif // ! __V3VEE__ + + #endif