summaryrefslogtreecommitdiffstats
path: root/src/detection/physicalmemory/physicalmemory_nosupport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/detection/physicalmemory/physicalmemory_nosupport.c')
-rw-r--r--src/detection/physicalmemory/physicalmemory_nosupport.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/detection/physicalmemory/physicalmemory_nosupport.c b/src/detection/physicalmemory/physicalmemory_nosupport.c
new file mode 100644
index 0000000..2edb3a7
--- /dev/null
+++ b/src/detection/physicalmemory/physicalmemory_nosupport.c
@@ -0,0 +1,6 @@
+#include "physicalmemory.h"
+
+const char* ffDetectPhysicalMemory(FFPhysicalMemoryOptions* options, FFlist* result) {
+ FF_UNUSED(options, result);
+ return "Not supported on this platform";
+}