mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:52:08 +02:00
6 lines
145 B
C
6 lines
145 B
C
#include "common/kmod.h"
|
|
|
|
bool ffKmodLoaded(FF_A_UNUSED const char* modName) {
|
|
return true; // Don't generate kernel module related errors
|
|
}
|