summaryrefslogtreecommitdiffstats
path: root/src/detection/bootmgr/bootmgr_nosupport.c
blob: bb01714270a951b869f7a08231ce20b643973935 (plain) (blame)
1
2
3
4
5
#include "bootmgr.h"

const char* ffDetectBootmgr(FF_A_UNUSED FFBootmgrResult* result) {
    return "Not supported on this platform";
}