xserver/hw/xfree86/os-support/shared/kmod_noop.c

9 lines
128 B
C

#include "xf86_OSproc.h"
int xf86LoadKernelModule(const char *pathname)
{
(void) pathname;
return 0; /* failure */
}