mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue