X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_types.h;h=cd837f4d4e59c83ecd4c094f9478e575a3e36330;hb=4381d301f8bdb373db95231264bd5d0e34b04ec8;hp=623446ff087a18cf4c007fae655cf32eaa9cbb4d;hpb=44ca16e8c4976d51b5d740ec17caf07c779a5e7b;p=palacios.git diff --git a/palacios/include/palacios/vmm_types.h b/palacios/include/palacios/vmm_types.h index 623446f..cd837f4 100644 --- a/palacios/include/palacios/vmm_types.h +++ b/palacios/include/palacios/vmm_types.h @@ -4,9 +4,10 @@ #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; -*/ + @@ -38,3 +39,5 @@ typedef int sint32_t; typedef ulong_t addr_t; #endif + +#endif