aboutsummaryrefslogtreecommitdiff
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/boot/tables.h b/src/include/boot/tables.h
index f9e91a4e18..afd72b4ae9 100644
--- a/src/include/boot/tables.h
+++ b/src/include/boot/tables.h
@@ -3,6 +3,9 @@
#include <boot/coreboot_tables.h>
+void lb_add_memory_range(struct lb_memory *mem,
+ uint32_t type, uint64_t start, uint64_t size);
+
struct lb_memory *write_tables(void);
#endif /* BOOT_TABLES_H */