Add u64 typedef to ppc (trivial)

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4059 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi 2009-04-03 20:14:59 +00:00
parent 7b6ea25f21
commit ace2dc5962
1 changed files with 1 additions and 0 deletions

View File

@ -51,5 +51,6 @@ typedef unsigned long long uintmax_t;
typedef uint8_t u8; typedef uint8_t u8;
typedef uint16_t u16; typedef uint16_t u16;
typedef uint32_t u32; typedef uint32_t u32;
typedef uint64_t u64;
#endif /* PPC_STDINT_H */ #endif /* PPC_STDINT_H */