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:
parent
7b6ea25f21
commit
ace2dc5962
|
@ -51,5 +51,6 @@ typedef unsigned long long uintmax_t;
|
|||
typedef uint8_t u8;
|
||||
typedef uint16_t u16;
|
||||
typedef uint32_t u32;
|
||||
typedef uint64_t u64;
|
||||
|
||||
#endif /* PPC_STDINT_H */
|
||||
|
|
Loading…
Reference in New Issue