summaryrefslogtreecommitdiff
path: root/src/southbridge/ricoh
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2007-04-07 09:17:00 +0000
committerStefan Reinauer <stepan@openbios.org>2007-04-07 09:17:00 +0000
commit0888c3613cec67642fb8d46055991ddaa06fb902 (patch)
tree4268ec7ab9ce9cbd4d5a9b2a65fdbab985a0ad72 /src/southbridge/ricoh
parent00a018f5118a999f1948a09a389fc9a0edd8bc5a (diff)
downloadcoreboot-0888c3613cec67642fb8d46055991ddaa06fb902.tar.xz
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')
-rw-r--r--src/southbridge/ricoh/rl5c476/rl5c476.h2
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 */