blob: e86adfc27b34c0bf98764d5be9ca9dc611a4f2e0 [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>
Eric Biederman8ca8d762003-04-22 19:02:15 +00005
Aaron Durbin3f7ad7b2014-02-18 19:36:05 -06006void write_tables(void);
Eric Biederman8ca8d762003-04-22 19:02:15 +00007
8#endif /* BOOT_TABLES_H */