From: Jack Lange Date: Sat, 5 Apr 2008 01:20:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: working-cdboot-physical-but-not-qemu~35 X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=705cb2fd95fa4e9ebe978fc05b29843c44b3ea54 *** empty log message *** --- diff --git a/palacios/include/palacios/vmm_types.h b/palacios/include/palacios/vmm_types.h index f885bf2..752cee1 100644 --- a/palacios/include/palacios/vmm_types.h +++ b/palacios/include/palacios/vmm_types.h @@ -4,19 +4,19 @@ #include /* - -typedef signed char s8; +typedef signed char schar_t; typedef unsigned char uchar_t; -typedef signed short s16; +typedef signed short sshort_t; typedef unsigned short ushort_t; -typedef signed int s32; +typedef signed int sint_t; typedef unsigned int uint_t; -typedef signed long long s64; +typedef signed long long sllong_t; typedef unsigned long long ullong_t; +typedef signed long slong_t; typedef unsigned long ulong_t; typedef unsigned long size_t;