From 21332b80d09adac3e6bb54c92e2a5e19db86a784 Mon Sep 17 00:00:00 2001 From: Yinghai Lu Date: Fri, 6 Apr 2007 19:49:05 +0000 Subject: This is part of the outstanding mcp55 commit from January 18th. It will likely break the build, since it is only a small part, but it needs to go in at some point and doing it directory by directory makes things easier. Signed-off-by: Yinghai Lu Signed-off-by: Ed Swierk Signed-off-by: Stefan Reinauer Acked-by: Ward Vandewege Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2588 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/i386/include/stdint.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/arch') diff --git a/src/arch/i386/include/stdint.h b/src/arch/i386/include/stdint.h index 76bd89a354..d117fc4640 100644 --- a/src/arch/i386/include/stdint.h +++ b/src/arch/i386/include/stdint.h @@ -67,5 +67,9 @@ typedef unsigned long int uintmax_t; #undef __HAVE_LONG_LONG__ +typedef uint8_t u8; +typedef uint16_t u16; +typedef uint32_t u32; + #endif /* I386_STDINT_H */ -- cgit v1.2.3