summaryrefslogtreecommitdiffstats
path: root/src/detection/physicaldisk/physicaldisk_nosupport.c
blob: 26e0ce881b3615fa1d5428f84b890127de1fd20d (plain) (blame)
1
2
3
4
5
#include "physicaldisk.h"

const char* ffDetectPhysicalDisk(FF_A_UNUSED FFlist* result, FF_A_UNUSED FFPhysicalDiskOptions* options) {
    return "Not supported on this platform";
}