summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/basecode/include/intelbasecode
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/basecode/include/intelbasecode')
-rw-r--r--src/soc/intel/common/basecode/include/intelbasecode/ramtop.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/common/basecode/include/intelbasecode/ramtop.h b/src/soc/intel/common/basecode/include/intelbasecode/ramtop.h
index 067dd6b270..fa3c8b1839 100644
--- a/src/soc/intel/common/basecode/include/intelbasecode/ramtop.h
+++ b/src/soc/intel/common/basecode/include/intelbasecode/ramtop.h
@@ -11,4 +11,7 @@ void early_ramtop_enable_cache_range(void);
/* Update the RAMTOP if required based on the input top_of_ram address */
void update_ramtop(uint32_t addr);
+/* Get RAMTOP */
+uint32_t get_ramtop_addr(void);
+
#endif