fix ppc mainboards (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3612 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
c753926a01
commit
830b17d3e3
|
@ -48,5 +48,8 @@ typedef unsigned int uintptr_t;
|
||||||
typedef long long int intmax_t;
|
typedef long long int intmax_t;
|
||||||
typedef unsigned long long uintmax_t;
|
typedef unsigned long long uintmax_t;
|
||||||
|
|
||||||
|
typedef uint8_t u8;
|
||||||
|
typedef uint16_t u16;
|
||||||
|
typedef uint32_t u32;
|
||||||
|
|
||||||
#endif /* PPC_STDINT_H */
|
#endif /* PPC_STDINT_H */
|
||||||
|
|
Loading…
Reference in New Issue