mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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
2 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
#if HAVE_ACPI_TABLES==1
|
||||
|
||||
#include <stdint.h>
|
||||
typedef unsigned long long u64;
|
||||
|
||||
#define RSDP_SIG "RSD PTR " /* RSDT Pointer signature */
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
/* rl5c476 routines and defines*/
|
||||
|
||||
|
||||
typedef unsigned char u8;
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
/* the 16 bit control structure for ricoh cardbus bridge */
|
||||
|
|
Loading…
Add table
Reference in a new issue