From 830b17d3e38806b7977bda7df59775a301ca4584 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 27 Sep 2008 08:51:11 +0000 Subject: fix ppc mainboards (trivial) Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3612 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/ppc/include/stdint.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/arch/ppc/include/stdint.h b/src/arch/ppc/include/stdint.h index 73da924b1e..5e4921caf0 100644 --- a/src/arch/ppc/include/stdint.h +++ b/src/arch/ppc/include/stdint.h @@ -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 */ -- cgit v1.2.3