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
diff --git a/src/include/boot/tables.h b/src/include/boot/tables.h
index 6c309b3..f9e91a4 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);