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:
parent
00a018f511
commit
0888c3613c
|
@ -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 */
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue