Include src/include/boot/linuxbios_tables.h in the flashrom source

tree to make it compilable independant of the LinuxBIOS source code.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2551 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2007-02-06 19:53:51 +00:00
committed by Stefan Reinauer
parent 4f9cf1373c
commit 4020dd5ac5
2 changed files with 217 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
#include <errno.h>
#include <sys/mman.h>
#include "flash.h"
#include "../../src/include/boot/linuxbios_tables.h"
#include "linuxbios_tables.h"
#include "debug.h"
char *lb_part=NULL, *lb_vendor=NULL;