Added tables.c

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@874 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson
2003-06-13 17:09:26 +00:00
parent c055fbb274
commit 8cff29d63e
3 changed files with 49 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
#include <mem.h>
#include <ip_checksum.h>
#include <boot/linuxbios_tables.h>
#include <boot/linuxbios_table.h>
#include <printk.h>
#include "linuxbios_table.h"
#include <console/console.h>
#include <string.h>
#include <version.h>