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