summaryrefslogtreecommitdiff
path: root/util/lbtdump
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2008-01-18 16:16:45 +0000
committerStefan Reinauer <stepan@openbios.org>2008-01-18 16:16:45 +0000
commitca374d455cad29c546a2d310c331a4ae431c33f9 (patch)
tree63d7914ee3fb021750389ab5ef45b2f0d376d476 /util/lbtdump
parent997afe6ca576dcc0117891294b5f51f29864f354 (diff)
downloadcoreboot-ca374d455cad29c546a2d310c331a4ae431c33f9.tar.xz
rename linuxbios_* files, too.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3057 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/lbtdump')
-rw-r--r--util/lbtdump/lbtdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/lbtdump/lbtdump.c b/util/lbtdump/lbtdump.c
index 94288c4bfa..235aa21f15 100644
--- a/util/lbtdump/lbtdump.c
+++ b/util/lbtdump/lbtdump.c
@@ -7,7 +7,7 @@
#include <string.h>
#include <errno.h>
#include <sys/mman.h>
-#include "../../src/include/boot/linuxbios_tables.h"
+#include "../../src/include/boot/coreboot_tables.h"
void print_lb_records(struct lb_record *rec, struct lb_record *last, unsigned long addr);