summaryrefslogtreecommitdiffstats
path: root/src/detection/memory/memory_nosupport.c
blob: b44aaadff8c4eb3c0f3400c0e6dde86f2bdbac0c (plain) (blame)
1
2
3
4
5
#include "memory.h"

const char* ffDetectMemory(FF_A_UNUSED FFMemoryResult* ram) {
    return "Not supported on this platform";
}