aboutsummaryrefslogtreecommitdiff
path: root/src/include/boot
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 /src/include/boot
parent997afe6ca576dcc0117891294b5f51f29864f354 (diff)
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 'src/include/boot')
-rw-r--r--src/include/boot/coreboot_tables.h (renamed from src/include/boot/linuxbios_tables.h)0
-rw-r--r--src/include/boot/tables.h2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/include/boot/linuxbios_tables.h b/src/include/boot/coreboot_tables.h
index 84bd99f515..84bd99f515 100644
--- a/src/include/boot/linuxbios_tables.h
+++ b/src/include/boot/coreboot_tables.h
diff --git a/src/include/boot/tables.h b/src/include/boot/tables.h
index 6c309b3c26..f9e91a4e18 100644
--- a/src/include/boot/tables.h
+++ b/src/include/boot/tables.h
@@ -1,7 +1,7 @@
#ifndef BOOT_TABLES_H
#define BOOT_TABLES_H
-#include <boot/linuxbios_tables.h>
+#include <boot/coreboot_tables.h>
struct lb_memory *write_tables(void);