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 <yinghai.lu at amd.com>
Signed-off-by: Ed Swierk <eswierk at arastra.com>
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ward Vandewege <ward at gnu.org>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2588 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Yinghai Lu
2007-04-06 19:49:05 +00:00
committed by Stefan Reinauer
parent 778a42b129
commit 21332b80d0
6 changed files with 24 additions and 7 deletions

View File

@@ -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 */