summaryrefslogtreecommitdiffstats
path: root/src/common/impl/kmod_nosupport.c
blob: c254ba7b21ec3974453a7b8e109ff0c52112b41d (plain) (blame)
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
}