[coreboot] [v2] r4059 - trunk/coreboot-v2/src/arch/ppc/include

svn at coreboot.org svn at coreboot.org
Fri Apr 3 22:14:59 CEST 2009


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 at coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi at 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 */





More information about the coreboot mailing list