aboutsummaryrefslogtreecommitdiff
path: root/src/include/bootmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/bootmem.h')
-rw-r--r--src/include/bootmem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/bootmem.h b/src/include/bootmem.h
index 0665058d14..10c8d51b77 100644
--- a/src/include/bootmem.h
+++ b/src/include/bootmem.h
@@ -26,6 +26,9 @@
*/
void bootmem_init(void);
+/* Architecture hook to add bootmem areas the architecture controls. */
+void bootmem_arch_add_ranges(void);
+
/* Add a range of a given type to the bootmem address space. */
void bootmem_add_range(uint64_t start, uint64_t size, uint32_t type);