[BACK]Return to types.h CVS log [TXT][DIR] Up to [local] / prex-old / include / i386

Diff for /prex-old/include/i386/types.h between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:44 version 1.1.1.1.2.1, 2008/08/13 17:12:27
Line 38 
Line 38 
  * Basic integral types.  Omit the typedef if   * Basic integral types.  Omit the typedef if
  * not possible for a machine/compiler combination.   * not possible for a machine/compiler combination.
  */   */
 typedef signed char                int8_t;  typedef signed char        int8_t;
 typedef unsigned char             uint8_t;  typedef unsigned char     uint8_t;
 typedef short                     int16_t;  typedef short             int16_t;
 typedef unsigned short           uint16_t;  typedef unsigned short   uint16_t;
 typedef int                       int32_t;  typedef int               int32_t;
 typedef unsigned int             uint32_t;  typedef unsigned int     uint32_t;
   
 #endif  /* _I386_TYPES_H */  typedef uint32_t          paddr_t;      /* type for a physical address */
   typedef uint32_t          vaddr_t;      /* type for a physical address */
   
   #endif  /* _I386_TYPES_H */

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb