summary refs log tree commit diff stats
path: root/stubs/memory_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/memory_device.c')
-rw-r--r--stubs/memory_device.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/stubs/memory_device.c b/stubs/memory_device.c
index 318a5d4187..15fd93ff67 100644
--- a/stubs/memory_device.c
+++ b/stubs/memory_device.c
@@ -15,3 +15,8 @@ unsigned int memory_devices_get_reserved_memslots(void)
 {
     return 0;
 }
+
+bool memory_devices_memslot_auto_decision_active(void)
+{
+    return false;
+}