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
This commit is contained in:
Peter Stuge 2007-04-07 09:17:00 +00:00 committed by Stefan Reinauer
parent 00a018f511
commit 0888c3613c
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@
#if HAVE_ACPI_TABLES==1 #if HAVE_ACPI_TABLES==1
#include <stdint.h>
typedef unsigned long long u64; typedef unsigned long long u64;
#define RSDP_SIG "RSD PTR " /* RSDT Pointer signature */ #define RSDP_SIG "RSD PTR " /* RSDT Pointer signature */

View File

@ -21,7 +21,7 @@
/* rl5c476 routines and defines*/ /* rl5c476 routines and defines*/
typedef unsigned char u8; #include <stdint.h>
/* the 16 bit control structure for ricoh cardbus bridge */ /* the 16 bit control structure for ricoh cardbus bridge */