aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/include/arch/coreboot_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/include/arch/coreboot_tables.h')
-rw-r--r--src/arch/x86/include/arch/coreboot_tables.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/x86/include/arch/coreboot_tables.h b/src/arch/x86/include/arch/coreboot_tables.h
index e9790db17a..a8deeeddb3 100644
--- a/src/arch/x86/include/arch/coreboot_tables.h
+++ b/src/arch/x86/include/arch/coreboot_tables.h
@@ -8,6 +8,9 @@ unsigned long write_coreboot_table(
unsigned long low_table_start, unsigned long low_table_end,
unsigned long rom_table_start, unsigned long rom_table_end);
+void lb_add_memory_range(struct lb_memory *mem,
+ uint32_t type, uint64_t start, uint64_t size);
+
/* Routines to extract part so the coreboot table or information
* from the coreboot table.
*/