#include "common/kmod.h" #include #include bool ffKmodLoaded(const char* modName) { return modfind(modName) >= 0; }