summaryrefslogtreecommitdiff
path: root/src/include/boot/tables.h
blob: e86adfc27b34c0bf98764d5be9ca9dc611a4f2e0 (plain)
1
2
3
4
5
6
7
8
#ifndef BOOT_TABLES_H
#define BOOT_TABLES_H

#include <boot/coreboot_tables.h>

void write_tables(void);

#endif /* BOOT_TABLES_H */