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:
Stefan Reinauer 2008-09-27 08:51:11 +00:00 committed by Stefan Reinauer
parent c753926a01
commit 830b17d3e3
1 changed files with 3 additions and 0 deletions

View File

@ -48,5 +48,8 @@ typedef unsigned int uintptr_t;
typedef long long int intmax_t;
typedef unsigned long long uintmax_t;
typedef uint8_t u8;
typedef uint16_t u16;
typedef uint32_t u32;
#endif /* PPC_STDINT_H */