blob: 869da26f8ce82799842350d174de230778d38c74 [file] [log] [blame]
Eric Biederman8ca8d762003-04-22 19:02:15 +00001#ifndef BOOT_TABLES_H
2#define BOOT_TABLES_H
3
Stefan Reinauerca374d42008-01-18 16:16:45 +00004#include <boot/coreboot_tables.h>
Stefan Reinauer23836e22010-04-15 12:39:29 +00005#include <arch/coreboot_tables.h>
Eric Biederman8ca8d762003-04-22 19:02:15 +00006
Eric Biedermanb78c1972004-10-14 20:54:17 +00007struct lb_memory *write_tables(void);
Eric Biederman8ca8d762003-04-22 19:02:15 +00008
9#endif /* BOOT_TABLES_H */