X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_types.h;h=cb846f20e7f89064a6bfbe8274fc396d77aa8b12;hb=95078a7471776964c1a6566c5702195672b53c08;hp=c9e47443d77f788a04895e09a1dd2c92e736dfd0;hpb=f9bb3db89469169bb5775dc031d89e570c6fed70;p=palacios.releases.git diff --git a/palacios/include/palacios/vmm_types.h b/palacios/include/palacios/vmm_types.h index c9e4744..cb846f2 100644 --- a/palacios/include/palacios/vmm_types.h +++ b/palacios/include/palacios/vmm_types.h @@ -1,12 +1,13 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VMM_TYPES_H #define __VMM_TYPES_H -#include +#ifdef __V3VEE__ +//#include + -/* typedef signed char schar_t; typedef unsigned char uchar_t; @@ -24,7 +25,7 @@ typedef unsigned long ulong_t; typedef unsigned long size_t; -*/ + @@ -37,4 +38,6 @@ typedef int sint32_t; typedef ulong_t addr_t; +#endif // ! __V3VEE__ + #endif