From: Jack Lange Date: Tue, 30 Sep 2008 23:18:47 +0000 (-0500) Subject: added more types X-Git-Tag: 1.0~3^2~17^2~7 X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=20ddb33d7c999c03239f76e76e202c50b4740f8c added more types --- diff --git a/palacios/include/palacios/vmm_types.h b/palacios/include/palacios/vmm_types.h index cd837f4..6f1aade 100644 --- a/palacios/include/palacios/vmm_types.h +++ b/palacios/include/palacios/vmm_types.h @@ -5,7 +5,6 @@ #define __VMM_TYPES_H #ifdef __V3VEE__ -//#include typedef signed char schar_t; @@ -24,9 +23,11 @@ typedef signed long slong_t; typedef unsigned long ulong_t; typedef unsigned long size_t; + - - +#define false 0 +#define true 1 +typedef uchar_t bool; @@ -36,6 +37,13 @@ typedef long long sint64_t; typedef unsigned int uint32_t; typedef int sint32_t; + +typedef unsigned short uint16_t; +typedef short sint16_t; + +typedef unsigned char uint8_t; +typedef char sint8_t; + typedef ulong_t addr_t; #endif diff --git a/palacios/include/xed/xed-types.h b/palacios/include/xed/xed-types.h index 95eb199..4d65b36 100644 --- a/palacios/include/xed/xed-types.h +++ b/palacios/include/xed/xed-types.h @@ -40,8 +40,8 @@ END_LEGAL */ #include -typedef unsigned char uint8_t; -typedef unsigned short int uint16_t; + //typedef unsigned char uint8_t; +//typedef unsigned short int uint16_t; //typedef unsigned int uint32_t; //typedef unsigned long int uint64_t;