Changeset 3612 for trunk/coreboot-v2/src/arch/ppc/include/stdint.h
- Timestamp:
- 09/27/08 10:51:11 (3 months ago)
- Files:
-
- 1 modified
-
trunk/coreboot-v2/src/arch/ppc/include/stdint.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/coreboot-v2/src/arch/ppc/include/stdint.h
r862 r3612 49 49 typedef unsigned long long uintmax_t; 50 50 51 typedef uint8_t u8; 52 typedef uint16_t u16; 53 typedef uint32_t u32; 51 54 52 55 #endif /* PPC_STDINT_H */
