1 2 3 4 5
#include "btrfs.h" const char* ffDetectBtrfs(FF_A_UNUSED FFlist* result) { return "Not supported on this platform"; }