rename linuxbios_* files, too.
[coreboot.git] / src / include / boot / tables.h
1 #ifndef BOOT_TABLES_H
2 #define BOOT_TABLES_H
3
4 #include <boot/coreboot_tables.h>
5
6 struct lb_memory *write_tables(void);
7
8 #endif /* BOOT_TABLES_H */