1 2 3 4 5
#include "common/kmod.h" bool ffKmodLoaded(FF_A_UNUSED const char* modName) { return true; // Don't generate kernel module related errors }