summaryrefslogtreecommitdiff
path: root/common/system_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/system_common.c')
-rw-r--r--common/system_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system_common.c b/common/system_common.c
index dbb83303b1..239dd12a75 100644
--- a/common/system_common.c
+++ b/common/system_common.c
@@ -104,7 +104,7 @@ int system_is_locked(void)
#endif
}
-int system_usable_ram_end(void)
+test_mockable int system_usable_ram_end(void)
{
/* Leave space at the end of RAM for jump data and tags.
*