linux/arch/m68k/include/asm/module.h

6 lines
78 B
C

#ifdef __uClinux__
#include "module_no.h"
#else
#include "module_mm.h"
#endif