Author: oxygene Date: 2009-04-03 22:14:59 +0200 (Fri, 03 Apr 2009) New Revision: 4059
Modified: trunk/coreboot-v2/src/arch/ppc/include/stdint.h Log: Add u64 typedef to ppc (trivial)
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de Acked-by: Patrick Georgi patrick.georgi@coresystems.de
Modified: trunk/coreboot-v2/src/arch/ppc/include/stdint.h =================================================================== --- trunk/coreboot-v2/src/arch/ppc/include/stdint.h 2009-04-03 16:40:44 UTC (rev 4058) +++ trunk/coreboot-v2/src/arch/ppc/include/stdint.h 2009-04-03 20:14:59 UTC (rev 4059) @@ -51,5 +51,6 @@ typedef uint8_t u8; typedef uint16_t u16; typedef uint32_t u32; +typedef uint64_t u64;
#endif /* PPC_STDINT_H */