summaryrefslogtreecommitdiff
path: root/src/include/boot/tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/boot/tables.h')
-rw-r--r--src/include/boot/tables.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/boot/tables.h b/src/include/boot/tables.h
new file mode 100644
index 0000000000..618c32ef94
--- /dev/null
+++ b/src/include/boot/tables.h
@@ -0,0 +1,9 @@
+#ifndef BOOT_TABLES_H
+#define BOOT_TABLES_H
+
+#include <mem.h>
+#include <boot/linuxbios_tables.h>
+
+struct lb_memory *write_tables(struct mem_range *mem, unsigned long *processor_map);
+
+#endif /* BOOT_TABLES_H */