=================================================================== RCS file: /cvs/prex-old/include/i386/types.h,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- prex-old/include/i386/types.h 2008/06/03 10:38:44 1.1.1.1 +++ prex-old/include/i386/types.h 2008/08/13 17:12:27 1.1.1.1.2.1 @@ -38,12 +38,14 @@ * Basic integral types. Omit the typedef if * not possible for a machine/compiler combination. */ -typedef signed char int8_t; -typedef unsigned char uint8_t; -typedef short int16_t; -typedef unsigned short uint16_t; -typedef int int32_t; -typedef unsigned int uint32_t; +typedef signed char int8_t; +typedef unsigned char uint8_t; +typedef short int16_t; +typedef unsigned short uint16_t; +typedef int int32_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 */