diff options
author | Peter Stuge <peter@stuge.se> | 2007-04-07 09:17:00 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2007-04-07 09:17:00 +0000 |
commit | 0888c3613cec67642fb8d46055991ddaa06fb902 (patch) | |
tree | 4268ec7ab9ce9cbd4d5a9b2a65fdbab985a0ad72 /src/southbridge/ricoh/rl5c476 | |
parent | 00a018f5118a999f1948a09a389fc9a0edd8bc5a (diff) |
Fix epia-m build after u8/u16/u32 changes in Yh Lu's patch.
Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2597 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/ricoh/rl5c476')
-rw-r--r-- | src/southbridge/ricoh/rl5c476/rl5c476.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/ricoh/rl5c476/rl5c476.h b/src/southbridge/ricoh/rl5c476/rl5c476.h index 0ded3d5aa9..98fc95164b 100644 --- a/src/southbridge/ricoh/rl5c476/rl5c476.h +++ b/src/southbridge/ricoh/rl5c476/rl5c476.h @@ -21,7 +21,7 @@ /* rl5c476 routines and defines*/ -typedef unsigned char u8; +#include <stdint.h> /* the 16 bit control structure for ricoh cardbus bridge */ |